We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8a5c5 commit b01edfdCopy full SHA for b01edfd
.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_max_install_names", # fix macos install_name_tool issues
101
"CPPFLAGS='-DNDEBUG -DSWIG'",
102
]
103
if self.boost_prefix:
0 commit comments