mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-27 06:05:40 +00:00
more fix
This commit is contained in:
parent
550b813d92
commit
e823e01860
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ project "re3"
|
||||||
filter "platforms:*mss"
|
filter "platforms:*mss"
|
||||||
defines { "AUDIO_MSS" }
|
defines { "AUDIO_MSS" }
|
||||||
includedirs { "milessdk/include" }
|
includedirs { "milessdk/include" }
|
||||||
libdirs { "sdk/milessdk/lib" }
|
libdirs { "milessdk/lib" }
|
||||||
|
|
||||||
if _OPTIONS["with-opus"] then
|
if _OPTIONS["with-opus"] then
|
||||||
filter "platforms:win*"
|
filter "platforms:win*"
|
||||||
|
|
Loading…
Reference in a new issue