Skip to content

Commit

Permalink
[OSX] Minor linking change
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jul 15, 2024
1 parent ebaec9e commit b4af86b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def get_libboost_python_name():
extra_compile_args.append("-std=c++2a")
else:
extra_compile_args.append("-std=c++20")
extra_link_args.append("-headerpad_max_install_names")


GN_ARGS = " ".join(f"{key}={value}" for key, value in gn_args.items())
Expand Down

0 comments on commit b4af86b

Please sign in to comment.