Skip to content

Commit 04e8f25

Browse files
committed
removed link flag from utm
1 parent 93cb991 commit 04e8f25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/build.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import argparse
22
import os
3-
import platform
43
import subprocess
54
from urllib.request import urlretrieve
65

@@ -100,8 +99,6 @@ def build(self):
10099
f"-j{self.cpu_count}",
101100
"CPPFLAGS='-DNDEBUG -DSWIG'",
102101
]
103-
if platform.system() == "Darwin":
104-
make_options.append("AR=c++ -shared -fPIC -Wl,-headerpad_max_install_names") # fix macos install_name_tool issues
105102
if self.boost_prefix:
106103
make_options.append(f"BOOST_BASE={self.boost_prefix}")
107104
if self.xerces_c_prefix:

0 commit comments

Comments
 (0)