mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 19:45:40 +00:00
more checks in premake
This commit is contained in:
parent
a705fc7eb8
commit
97b058d0fa
1 changed files with 5 additions and 3 deletions
|
@ -194,9 +194,11 @@ project "re3"
|
|||
includedirs { "openal-soft/include" }
|
||||
includedirs { "mpg123/include" }
|
||||
includedirs { "libsndfile/include" }
|
||||
if _OPTIONS["with-opus"] then
|
||||
includedirs { "ogg/include" }
|
||||
includedirs { "opus/include" }
|
||||
includedirs { "opusfile/include" }
|
||||
end
|
||||
|
||||
libdirs { "milessdk/lib" }
|
||||
libdirs { "openal-soft/libs/Win32" }
|
||||
|
|
Loading…
Reference in a new issue