summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-02-18 01:44:02 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2021-02-18 22:23:14 +0100
commit946be081b0e1adef64bd832ec700c022dcee6343 (patch)
tree2e01edfc3206f16b6ec3bcb8d3b1064ced71d930 /premake5.lua
parentMerge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff)
downloadre3-946be081b0e1adef64bd832ec700c022dcee6343.tar
re3-946be081b0e1adef64bd832ec700c022dcee6343.tar.gz
re3-946be081b0e1adef64bd832ec700c022dcee6343.tar.bz2
re3-946be081b0e1adef64bd832ec700c022dcee6343.tar.lz
re3-946be081b0e1adef64bd832ec700c022dcee6343.tar.xz
re3-946be081b0e1adef64bd832ec700c022dcee6343.tar.zst
re3-946be081b0e1adef64bd832ec700c022dcee6343.zip
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua
index ea1045f5..531f92ea 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -342,10 +342,10 @@ project "reVC"
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" }