We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129420e commit 7ddc2eaCopy full SHA for 7ddc2ea
SConstruct
@@ -110,6 +110,7 @@ if env['PLATFORM'] == 'darwin':
110
env.Replace(SHLINKFLAGS=darwin_shlinkflags)
111
env.AppendUnique(SHLINKFLAGS=['-bundle'])
112
env.AppendUnique(SHLINKFLAGS=['-undefined', 'dynamic_lookup'])
113
+ env.AppendUnique(SHLINKFLAGS=['-headerpad_max_install_names'])
114
fast_linkflags[:] = []
115
116
# Compiler specific options
0 commit comments