summaryrefslogtreecommitdiff
path: root/utils/mbgl-config/mbgl-config.template.sh
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-30 11:48:29 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:09 +0100
commit50d78fde85a6d2cee2e28f3681b4808b69133088 (patch)
tree99d764aee3f607f58d417d90b768512628330a09 /utils/mbgl-config/mbgl-config.template.sh
parent4b3689d18e2ef12ade8471b2f0c12db7d92a5e8d (diff)
downloadqtlocation-mapboxgl-50d78fde85a6d2cee2e28f3681b4808b69133088.tar.gz
fix install script
Diffstat (limited to 'utils/mbgl-config/mbgl-config.template.sh')
-rw-r--r--utils/mbgl-config/mbgl-config.template.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/utils/mbgl-config/mbgl-config.template.sh b/utils/mbgl-config/mbgl-config.template.sh
index 89e28f64a8..f51120ad18 100644
--- a/utils/mbgl-config/mbgl-config.template.sh
+++ b/utils/mbgl-config/mbgl-config.template.sh
@@ -24,12 +24,6 @@ if test $# -eq 0; then
usage 1
fi
-if [ ${CONFIG_MBGL_PLATFORM} == 'linux' ]; then
- LIBS="-Wl,--start-group -lmbgl-core -lmbgl-${CONFIG_MBGL_PLATFORM} -Wl,--end-group -lmbgl-headless"
-else
- LIBS="-lmbgl-core -lmbgl-${CONFIG_MBGL_PLATFORM} -lmbgl-headless"
-fi
-
while test $# -gt 0; do
case "$1" in
esac
@@ -49,7 +43,7 @@ while test $# -gt 0; do
;;
--libs)
- echo -L${CONFIG_MBGL_PREFIX}/lib ${LIBS} ${CONFIG_MBGL_LDFLAGS}
+ echo ${CONFIG_MBGL_PREFIX}/lib/libmbgl.a ${CONFIG_MBGL_LDFLAGS}
;;
--includedir)