summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-29 22:43:40 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-29 22:43:40 -0400
commit44402a670db3b731bb9069f7af13b056038a435b (patch)
tree49cfdb3937e7381239c5d51881254655f26d7d79 /gyp
parentdb561db7ca49c0668e8d57da86c287370d611fef (diff)
downloadqtlocation-mapboxgl-44402a670db3b731bb9069f7af13b056038a435b.tar.gz
Add -fPIC to cflags
Diffstat (limited to 'gyp')
-rw-r--r--gyp/mbgl-core.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/mbgl-core.gypi b/gyp/mbgl-core.gypi
index ed4a029fb6..e49697388c 100644
--- a/gyp/mbgl-core.gypi
+++ b/gyp/mbgl-core.gypi
@@ -17,7 +17,7 @@
'-I<(boost_root)/include',
],
'cflags': [
- '<@(uv_cflags)',
+ '<@(uv_cflags)','-fPIC'
],
},
'sources': [