summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/premake5.lua b/premake5.lua
index 82e985f7..0a8faa07 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -303,9 +303,6 @@ project "re3"
includedirs { "src/weapons" }
includedirs { "src/extras" }
- filter "configurations:Vanilla"
- defines { "VANILLA_DEFINES" }
-
if(not _OPTIONS["no-git-hash"]) then
defines { "USE_OUR_VERSIONING" }
end
@@ -316,6 +313,9 @@ project "re3"
includedirs { "vendor/opusfile/include" }
end
+ filter "configurations:Vanilla"
+ defines { "VANILLA_DEFINES" }
+
filter "platforms:*mss"
defines { "AUDIO_MSS" }
includedirs { "vendor/milessdk/include" }