mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
more checks in premake
This commit is contained in:
parent
a705fc7eb8
commit
97b058d0fa
@ -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 New Issue
Block a user