mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 08:25:54 +00:00
Fix Win32 OAL build
This commit is contained in:
parent
9df1d08348
commit
4a55f19761
|
@ -226,7 +226,7 @@ project "reVC"
|
||||||
includedirs { "libsndfile.32/include" }
|
includedirs { "libsndfile.32/include" }
|
||||||
includedirs { "mpg123.32/include" }
|
includedirs { "mpg123.32/include" }
|
||||||
libdirs { "mpg123.32/lib" }
|
libdirs { "mpg123.32/lib" }
|
||||||
libdirs { "libsndfile32/lib" }
|
libdirs { "libsndfile.32/lib" }
|
||||||
libdirs { "openal-soft/libs/Win32" }
|
libdirs { "openal-soft/libs/Win32" }
|
||||||
|
|
||||||
filter "platforms:win-amd64*oal"
|
filter "platforms:win-amd64*oal"
|
||||||
|
|
Loading…
Reference in a new issue