summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-11-06 16:53:05 -0500
committerDane Springmeyer <dane@mapbox.com>2014-11-06 16:53:05 -0500
commitfbb43cb5eac69d6931cf8d0d24d7c41f0434e9a0 (patch)
treebee59df4d1f79f51e3b016f8ef86f3962715dc06 /utils
parentfb7f23884bedb0a2a825baa8dc14d6b84384a0e3 (diff)
downloadqtlocation-mapboxgl-fbb43cb5eac69d6931cf8d0d24d7c41f0434e9a0.tar.gz
have mbgl-config report mbgl-core only (without libuv)
Diffstat (limited to 'utils')
-rw-r--r--utils/mbgl-config/mbgl-config.template.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mbgl-config/mbgl-config.template.sh b/utils/mbgl-config/mbgl-config.template.sh
index 16b67b1f09..84fce43c10 100644
--- a/utils/mbgl-config/mbgl-config.template.sh
+++ b/utils/mbgl-config/mbgl-config.template.sh
@@ -43,7 +43,7 @@ while test $# -gt 0; do
;;
--libs)
- echo -L${CONFIG_MBGL_PREFIX}/lib -lmbgl -lmbgl-${CONFIG_MBGL_PLATFORM} -lmbgl-headless ${CONFIG_MBGL_LDFLAGS}
+ echo -L${CONFIG_MBGL_PREFIX}/lib -lmbgl-core -lmbgl-${CONFIG_MBGL_PLATFORM} -lmbgl-headless ${CONFIG_MBGL_LDFLAGS}
;;
--includedir)