diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-18 01:44:02 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-19 00:36:47 +0100 |
commit | bf7280b55bffd568b00d5145f5799c7f73114ffc (patch) | |
tree | e3b56faa0fcc5c10b07a4f98eab7af52701cc3fe /premake5.lua | |
parent | add NoMovies ini option, rename gDrawVersionText, always save ini after loading (diff) | |
download | re3-bf7280b55bffd568b00d5145f5799c7f73114ffc.tar re3-bf7280b55bffd568b00d5145f5799c7f73114ffc.tar.gz re3-bf7280b55bffd568b00d5145f5799c7f73114ffc.tar.bz2 re3-bf7280b55bffd568b00d5145f5799c7f73114ffc.tar.lz re3-bf7280b55bffd568b00d5145f5799c7f73114ffc.tar.xz re3-bf7280b55bffd568b00d5145f5799c7f73114ffc.tar.zst re3-bf7280b55bffd568b00d5145f5799c7f73114ffc.zip |
Diffstat (limited to 'premake5.lua')
-rw-r--r-- | premake5.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua index 09887c17..fd59c1f8 100644 --- a/premake5.lua +++ b/premake5.lua @@ -342,10 +342,10 @@ project "re3" libdirs { "vendor/openal-soft/libs/Win64" }
filter "platforms:linux*oal"
- links { "openal", "mpg123", "sndfile", "pthread" }
+ links { "openal", "mpg123", "sndfile", "pthread", "X11" }
filter "platforms:bsd*oal"
- links { "openal", "mpg123", "sndfile", "pthread" }
+ links { "openal", "mpg123", "sndfile", "pthread", "X11" }
filter "platforms:macosx*oal"
links { "openal", "mpg123", "sndfile", "pthread" }
|