summarylogtreecommitdiffstats
path: root/no_link_with_unnecessary_sndfile.patch
blob: f5ee74f07fcf9c3ea2c5cd5859f94cb371163bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/premake5.lua b/premake5.lua
index a33623fc..175655e2 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -396,7 +396,7 @@ project "re3"
 		libdirs { "vendor/openal-soft/libs/Win64" }
 
 	filter "platforms:linux*oal"
-		links { "openal", "mpg123", "sndfile", "pthread" }
+		links { "openal", "mpg123", "pthread" }
 		
 	filter "platforms:bsd*oal"
 		links { "openal", "mpg123", "sndfile", "pthread" }