From 4a55f197611374d7a32355fe42f41e6108bc4e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Wed, 29 Jul 2020 19:24:17 +0300 Subject: [PATCH] Fix Win32 OAL build --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index cdf1819e..96382d4d 100644 --- a/premake5.lua +++ b/premake5.lua @@ -226,7 +226,7 @@ project "reVC" includedirs { "libsndfile.32/include" } includedirs { "mpg123.32/include" } libdirs { "mpg123.32/lib" } - libdirs { "libsndfile32/lib" } + libdirs { "libsndfile.32/lib" } libdirs { "openal-soft/libs/Win32" } filter "platforms:win-amd64*oal"