Skip to content

Commit

Permalink
Get Windows building
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Jul 20, 2024
1 parent cb6e56d commit 2996b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def setup_defines_and_flags(env, src_out):
env.Append(
CPPPATH="opus/include",
LIBS=["opus"],
LIBPATH=["opus/build"]
LIBPATH=["opus/build", "opus/build/Debug", "opus/build/Release"]
)

if env["platform"] == "linux" or env["platform"] == "android":
Expand Down

0 comments on commit 2996b32

Please sign in to comment.