Skip to content

Commit 5d8a5c5

Browse files
authored
fix install_name_tool issues
1 parent 20272a1 commit 5d8a5c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +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
100101
"CPPFLAGS='-DNDEBUG -DSWIG'",
101102
]
102103
if self.boost_prefix:

0 commit comments

Comments
 (0)