premake fix

This commit is contained in:
Sergeanur 2020-07-29 16:08:01 +03:00
parent 57d5782588
commit 550b813d92
1 changed files with 5 additions and 4 deletions

View File

@ -211,10 +211,11 @@ project "re3"
includedirs { "opusfile/include" }
end
libdirs { "milessdk/lib" }
libdirs { "openal-soft/libs/Win32" }
libdirs { "mpg123/lib" }
libdirs { "libsndfile/lib" }
filter "platforms:*mss"
defines { "AUDIO_MSS" }
includedirs { "milessdk/include" }
libdirs { "sdk/milessdk/lib" }
if _OPTIONS["with-opus"] then
filter "platforms:win*"
libdirs { "ogg/win32/VS2015/Win32/%{cfg.buildcfg}" }