Skip to content

Commit 585546d

Browse files
authored
headerpad
1 parent b01edfd commit 585546d

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", # fix macos install_name_tool issues
101101
"CPPFLAGS='-DNDEBUG -DSWIG'",
102102
]
103103
if self.boost_prefix:

0 commit comments

Comments
 (0)