|
@@ -6117,6 +6117,8 @@ if PkgSkip("PYTHON") == 0:
|
|
|
LibName('DEPLOYSTUB', "-Wl,--disable-new-dtags,-rpath,\\$ORIGIN")
|
|
LibName('DEPLOYSTUB', "-Wl,--disable-new-dtags,-rpath,\\$ORIGIN")
|
|
|
LibName('DEPLOYSTUB', "-Wl,-z,origin")
|
|
LibName('DEPLOYSTUB', "-Wl,-z,origin")
|
|
|
LibName('DEPLOYSTUB', "-rdynamic")
|
|
LibName('DEPLOYSTUB', "-rdynamic")
|
|
|
|
|
+ elif GetTarget() == 'darwin':
|
|
|
|
|
+ LibName('DEPLOYSTUB', "-Wl,-sectcreate,__PANDA,__panda,/dev/null")
|
|
|
|
|
|
|
|
PyTargetAdd('deploy-stub.exe', input='deploy-stub.obj')
|
|
PyTargetAdd('deploy-stub.exe', input='deploy-stub.obj')
|
|
|
if GetTarget() == 'windows':
|
|
if GetTarget() == 'windows':
|