Increase space in OSX bundles for dylib filenames

This is needed to allow path names in the bundle to be rewritten by install_name_tool so that they are relative to the bundle rather than absolute paths.  The problem previously was that the new relative path names could be too long.
This commit is contained in:
James Crook 2019-02-04 11:35:26 +00:00
parent 93f4e3bd66
commit 807a763c90
1 changed files with 4 additions and 0 deletions

View File

@ -8652,6 +8652,7 @@
);
OTHER_LDFLAGS = (
"$(WX_LDFLAGS)",
"-headerpad_max_install_names",
"-framework",
OpenGL,
"-framework",
@ -8981,6 +8982,7 @@
);
OTHER_LDFLAGS = (
"$(WX_LDFLAGS)",
"-headerpad_max_install_names",
"-framework",
OpenGL,
"-framework",
@ -9365,6 +9367,7 @@
);
OTHER_LDFLAGS = (
"$(WX_LDFLAGS)",
"-headerpad_max_install_names",
"-framework",
OpenGL,
"-framework",
@ -9819,6 +9822,7 @@
);
OTHER_LDFLAGS = (
"$(WX_LDFLAGS)",
"-headerpad_max_install_names",
"-framework",
OpenGL,
"-framework",