Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
  • Loading branch information
ajlennon committed Jul 20, 2024
1 parent fcb69cb commit 3829ef8
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 @@ -65,7 +65,7 @@ def setup_defines_and_flags(env, src_out):
LIBS=["opus"],
LIBPATH=["opus/build"],
)
if env["platform"] == "windows"::
if env["platform"] == "windows":
env.Append(
LINKFLAGS=[
"-static-libgcc",
Expand Down

0 comments on commit 3829ef8

Please sign in to comment.