Commit 6c9dc4e1 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Working LDFLAGS

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -52,7 +52,7 @@ if(UNIX) ...@@ -52,7 +52,7 @@ if(UNIX)
#we don't do any framework build on osx. So let's be sure on case of gdal #we don't do any framework build on osx. So let's be sure on case of gdal
if(APPLE) if(APPLE)
list(APPEND GDAL_SB_CONFIG "--with-macosx-framework=no") list(APPEND GDAL_SB_CONFIG "--with-macosx-framework=no")
list(APPEND GDAL_SB_CONFIG "LDFLAGS=-headerpad") list(APPEND GDAL_SB_CONFIG "LDFLAGS=-headerpad_max_install_names")
endif() endif()
# PATCH_COMMAND ${CMAKE_COMMAND} -E touch ${GDAL_SB_SRC}/config.rpath # PATCH_COMMAND ${CMAKE_COMMAND} -E touch ${GDAL_SB_SRC}/config.rpath
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment