diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-10-29 22:16:44 -0400 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-10-29 22:16:44 -0400 |
commit | 22f67bb8ab6960e1263f0c85ba540ff96123540b (patch) | |
tree | 96caa026554c19252d5c90af7e24f314111068a1 /utils/mbgl-config/build.sh | |
parent | 761f753cbdba350411785ce4e82d4e843bf03224 (diff) | |
download | qtlocation-mapboxgl-22f67bb8ab6960e1263f0c85ba540ff96123540b.tar.gz |
start passing ldflags
Diffstat (limited to 'utils/mbgl-config/build.sh')
-rwxr-xr-x | utils/mbgl-config/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/mbgl-config/build.sh b/utils/mbgl-config/build.sh index 4fd4a93cfc..fe7cbdf60a 100755 --- a/utils/mbgl-config/build.sh +++ b/utils/mbgl-config/build.sh @@ -2,6 +2,8 @@ PREFIX=$1 PLATFORM=$2 +shift +shift VARIABLES="#!/bin/bash @@ -9,6 +11,7 @@ VARIABLES="#!/bin/bash CONFIG_MBGL_PREFIX=$PREFIX CONFIG_MBGL_PLATFORM=$PLATFORM +CONFIG_MBGL_LDFLAGS=\"$@\" " echo "$VARIABLES" | cat - utils/mbgl-config/mbgl-config.template.sh \ |