Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
more fix
  • Loading branch information
Sergeanur committed Jul 29, 2020
1 parent 550b813 commit e823e018600bbc71fd4a58c50d86f1bd2ce467ff
Showing with 1 addition and 1 deletion.
  1. +1 −1 premake5.lua
@@ -214,7 +214,7 @@ project "re3"
filter "platforms:*mss" filter "platforms:*mss"
defines { "AUDIO_MSS" } defines { "AUDIO_MSS" }
includedirs { "milessdk/include" } includedirs { "milessdk/include" }
libdirs { "sdk/milessdk/lib" } libdirs { "milessdk/lib" }


if _OPTIONS["with-opus"] then if _OPTIONS["with-opus"] then
filter "platforms:win*" filter "platforms:win*"

0 comments on commit e823e01

Please sign in to comment.