diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6046,7 +6046,7 @@ See the pkg-config man page for more details. # determine linker-flags if test x$FPC_PLATFORM = xdarwin; then - LDFLAGS="-macosx_version_min 10.4 -undefined dynamic_lookup" + LDFLAGS="-macosx_version_min 10.4 -undefined dynamic_lookup -headerpad_max_install_names" fi #LIBS= |