diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-26 18:24:36 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:08 +0100 |
commit | 3d51e116a84ee168975bcee8377e9156f77e2731 (patch) | |
tree | 5a9799423e496c8c77f3e2edd6ae334dbf823da4 /configure | |
parent | 46553ff00c15414f4087ba9195fed7eba340fc13 (diff) | |
download | qtlocation-mapboxgl-3d51e116a84ee168975bcee8377e9156f77e2731.tar.gz |
use fake linker for merging the standalone static library
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -99,8 +99,6 @@ if [ ! -z ${LIBCURL_VERSION} ]; then CONFIG+=" 'curl_static_libs%': $(quote_flags $(mason static_libs libcurl ${LIBCURL_VERSION})),"$LN CONFIG+=" 'curl_cflags%': $(quote_flags $(mason cflags libcurl ${LIBCURL_VERSION})),"$LN CONFIG+=" 'curl_ldflags%': $(quote_flags $(mason ldflags libcurl ${LIBCURL_VERSION})),"$LN -else - CONFIG+=" 'curl_static_libs%': [],"$LN fi if [ ! -z ${GLFW_VERSION} ]; then |