mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 04:28:59 +00:00
fix premake
This commit is contained in:
parent
6c097398d1
commit
b69cee3801
1 changed files with 3 additions and 3 deletions
|
@ -303,9 +303,6 @@ project "reVC"
|
|||
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 "reVC"
|
|||
includedirs { "vendor/opusfile/include" }
|
||||
end
|
||||
|
||||
filter "configurations:Vanilla"
|
||||
defines { "VANILLA_DEFINES" }
|
||||
|
||||
filter "platforms:*mss"
|
||||
defines { "AUDIO_MSS" }
|
||||
includedirs { "vendor/milessdk/include" }
|
||||
|
|
Loading…
Reference in a new issue