We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01edfd commit 585546dCopy full SHA for 585546d
.github/build.py
@@ -97,7 +97,7 @@ def build(self):
97
run("./configure")
98
make_options = [
99
f"-j{self.cpu_count}",
100
- "AR=c++ -shared -fPIC -Wl,-headerpad_max_install_names", # fix macos install_name_tool issues
+ "AR=c++ -shared -fPIC -Wl,headerpad", # fix macos install_name_tool issues
101
"CPPFLAGS='-DNDEBUG -DSWIG'",
102
]
103
if self.boost_prefix:
0 commit comments