mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-30 17:23:51 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user