From 55b29e26a323511bcb3f221093e83620b698caf4 Mon Sep 17 00:00:00 2001 From: Alex J Lennon Date: Sat, 20 Jul 2024 18:55:15 +0100 Subject: [PATCH] Debugging Signed-off-by: Alex J Lennon --- lib_utils.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib_utils.py b/lib_utils.py index f2affd7..75d0f7e 100644 --- a/lib_utils.py +++ b/lib_utils.py @@ -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"], )