From 4ce7f19034500e0f9788832cf9c85d915695e765 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Thu, 14 Apr 2022 04:55:21 +0200 Subject: [PATCH] I don't think we need it here either. --- SConstruct | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/SConstruct b/SConstruct index be53670abf..d32bce05ad 100644 --- a/SConstruct +++ b/SConstruct @@ -223,13 +223,7 @@ elif env["platform"] == "osx": env.Append(CCFLAGS=["-isysroot", env["macos_sdk_path"]]) env.Append(LINKFLAGS=["-isysroot", env["macos_sdk_path"]]) - env.Append( - LINKFLAGS=[ - "-framework", - "Cocoa", - "-Wl,-undefined,dynamic_lookup", - ] - ) + env.Append(LINKFLAGS=["-Wl,-undefined,dynamic_lookup"]) if env["target"] == "debug": env.Append(CCFLAGS=["-Og", "-g"])