Skip to content

Commit

Permalink
chore:update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
engsr6982 authored Jun 3, 2024
1 parent dc92009 commit e025d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target("LeviOPTools") -- Change this to your plugin name.
"/w44738",
"/w45204"
)
add_defines("NOMINMAX", "UNICODE")
add_defines("NOMINMAX", "UNICODE", "_HAS_CXX23=1")
add_files("src/**.cpp")
add_includedirs("src")

Expand Down

0 comments on commit e025d29

Please sign in to comment.