Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fix Win32 OAL build
  • Loading branch information
erorcun committed Jul 29, 2020
1 parent e47eaa1 commit 2c6f2f24e717a6ba5994346ec7a4fa7b02c6d58d
Showing with 1 addition and 1 deletion.
  1. +1 −1 premake5.lua
@@ -225,7 +225,7 @@ project "re3"
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"

0 comments on commit 2c6f2f2

Please sign in to comment.