Skip to content

Commit

Permalink
Debugging
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 16e5857 commit 55b29e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ def setup_defines_and_flags(env, src_out):
)
if env["platform"] == "windows":
env.Append(
LINKFLAGS=[
"-static-libgcc",
"-static-libstdc++",
],
LIBS=["opus"],
LIBPATH=["opus/build"],
)
Expand Down

0 comments on commit 55b29e2

Please sign in to comment.