Skip to content

Commit

Permalink
See if extra_link_args is really needed for macos these days.
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-boyd committed Jan 9, 2024
1 parent 030937d commit df02043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run(self):
name="lzo",
sources=["lzomodule.c"] + glob(os.path.join(lzo_dir, "src/*.c")),
include_dirs=[os.path.join(lzo_dir, "include")],
extra_link_args=["-flat_namespace"] if sys.platform == "darwin" else [],
#extra_link_args=["-flat_namespace"] if sys.platform == "darwin" else [],
)
],
long_description="""
Expand Down

0 comments on commit df02043

Please sign in to comment.