Skip to content

Commit afc2c52

Browse files
committed
Remove unnecessary Cocoa reference
1 parent 8524240 commit afc2c52

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tools/macos.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ def generate(env):
6868
env.Append(CCFLAGS=["-isysroot", env["macos_sdk_path"]])
6969
env.Append(LINKFLAGS=["-isysroot", env["macos_sdk_path"]])
7070

71-
env.Append(
72-
LINKFLAGS=[
73-
"-framework",
74-
"Cocoa",
75-
"-Wl,-undefined,dynamic_lookup",
76-
]
77-
)
78-
7971
if env["use_ubsan"] or env["use_asan"] or env["use_tsan"]:
8072
env.extra_suffix += ".san"
8173
env.Append(CCFLAGS=["-DSANITIZERS_ENABLED"])

0 commit comments

Comments
 (0)