diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-10-29 19:37:42 -0400 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-10-29 19:37:42 -0400 |
commit | b32748b42f6c9ec8d336f4571f6278a2eeeebae0 (patch) | |
tree | 2cba901c52f426ba9709140fdc14b76003397805 /linux | |
parent | ad6d73e6b007dde53095209a8695cabfad9feb22 (diff) | |
download | qtlocation-mapboxgl-b32748b42f6c9ec8d336f4571f6278a2eeeebae0.tar.gz |
better fix for handling mbgl-linux symbols
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index b8062829a1..027612cbd4 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -23,8 +23,6 @@ '-I<(boost_root)/include', ], 'libraries': [ - '-L<(PRODUCT_DIR)/', - '-lmbgl-linux' # hack: double-linking to workaround lack of start/end group support for /path/to/libmbgl-linux with g++-4.8 '<@(curl_static_libs)', '<@(png_ldflags)', '<@(sqlite3_ldflags)', |