Skip to content

Commit

Permalink
I don't think we need it here either.
Browse files Browse the repository at this point in the history
  • Loading branch information
Faless committed Apr 14, 2022
1 parent bbae558 commit 4ce7f19
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit 4ce7f19

Please sign in to comment.