Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Commandre Benjamin
OTB
Commits
6c9dc4e1
Commit
6c9dc4e1
authored
May 19, 2019
by
Antoine Regimbeau
Browse files
Working LDFLAGS
parent
dcb98d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
SuperBuild/CMake/External_gdal.cmake
View file @
6c9dc4e1
...
...
@@ -52,7 +52,7 @@ if(UNIX)
#we don't do any framework build on osx. So let's be sure on case of gdal
if
(
APPLE
)
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
()
# PATCH_COMMAND ${CMAKE_COMMAND} -E touch ${GDAL_SB_SRC}/config.rpath
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment