Skip to content

Commit b01edfd

Browse files
authored
linker flags
1 parent 5d8a5c5 commit b01edfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def build(self):
9797
run("./configure")
9898
make_options = [
9999
f"-j{self.cpu_count}",
100-
"AR='c++ -shared -fPIC -Wl,-headerpad_max_install_names'", # fix macos install_name_tool issues
100+
"AR=c++ -shared -fPIC -Wl,-headerpad_max_install_names", # fix macos install_name_tool issues
101101
"CPPFLAGS='-DNDEBUG -DSWIG'",
102102
]
103103
if self.boost_prefix:

0 commit comments

Comments
 (0)