diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-09-30 16:59:01 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-10-01 11:40:47 -0700 |
commit | 2066295e358159ece5aa5717ad75567d0991a2b6 (patch) | |
tree | 7e408c8a512336bab07a4448adb38e9049a57604 /gyp | |
parent | 25cd2714e21044e2ee1120f621a626e9395ac0dd (diff) | |
download | qtlocation-mapboxgl-2066295e358159ece5aa5717ad75567d0991a2b6.tar.gz |
Install RapidJSON from mason
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi index 36a03e3b8b..08c5eac013 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -32,11 +32,13 @@ '<@(opengl_cflags)', '<@(boost_cflags)', '<@(variant_cflags)', + '<@(rapidjson_cflags)', ], 'cflags': [ '<@(libuv_cflags)', '<@(opengl_cflags)', '<@(variant_cflags)', + '<@(rapidjson_cflags)', '-fPIC' ], 'ldflags': [ |