Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
more checks in premake
  • Loading branch information
Sergeanur committed May 22, 2020
1 parent a705fc7 commit 97b058d0fa44eb1bb032484a6f4bee6df1f249bd
Showing with 5 additions and 3 deletions.
  1. +5 −3 premake5.lua
@@ -194,9 +194,11 @@ project "re3"
includedirs { "openal-soft/include" } includedirs { "openal-soft/include" }
includedirs { "mpg123/include" } includedirs { "mpg123/include" }
includedirs { "libsndfile/include" } includedirs { "libsndfile/include" }
includedirs { "ogg/include" } if _OPTIONS["with-opus"] then
includedirs { "opus/include" } includedirs { "ogg/include" }
includedirs { "opusfile/include" } includedirs { "opus/include" }
includedirs { "opusfile/include" }
end


libdirs { "milessdk/lib" } libdirs { "milessdk/lib" }
libdirs { "openal-soft/libs/Win32" } libdirs { "openal-soft/libs/Win32" }

0 comments on commit 97b058d

Please sign in to comment.