Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
premake fix
  • Loading branch information
Sergeanur committed Jul 29, 2020
1 parent 57d5782 commit 550b813d92f484fb278cd2e1606cc262d217ffb4
Showing with 5 additions and 4 deletions.
  1. +5 −4 premake5.lua
@@ -211,10 +211,11 @@ project "re3"
includedirs { "opusfile/include" }
end

libdirs { "milessdk/lib" }
libdirs { "openal-soft/libs/Win32" }
libdirs { "mpg123/lib" }
libdirs { "libsndfile/lib" }
filter "platforms:*mss"
defines { "AUDIO_MSS" }
includedirs { "milessdk/include" }
libdirs { "sdk/milessdk/lib" }

if _OPTIONS["with-opus"] then
filter "platforms:win*"
libdirs { "ogg/win32/VS2015/Win32/%{cfg.buildcfg}" }

0 comments on commit 550b813

Please sign in to comment.