aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index ed1ebb395..f5a37e12d 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -35,6 +35,10 @@ if is_mode("debug") then
add_defines("DEBUG")
end
+if is_os("windows") then
+ add_defines("_CRT_SECURE_NO_WARNINGS")
+end
+
add_defines("USE_SENTRY=1")
option("vfs")