diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-19 17:40:24 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:05 +0100 |
commit | 31a0d18ca1961b1cfb0785a1921b1f093167ebda (patch) | |
tree | 412b555337be9ccb5cc4832a49cb85a48690c1d4 /macosx | |
parent | 5602ba2f07a893604ea0506b3d580d4f2e2999ae (diff) | |
download | qtlocation-mapboxgl-31a0d18ca1961b1cfb0785a1921b1f093167ebda.tar.gz |
remove circular shared_ptr and a few other memory leaks
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/mapboxgl-app.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp index 192604d3cf..aab12a82e9 100644 --- a/macosx/mapboxgl-app.gyp +++ b/macosx/mapboxgl-app.gyp @@ -55,6 +55,9 @@ 'ldflags': [ '<@(ldflags)' ], }] ], + 'include_dirs': [ + '../src' + ], 'dependencies': [ '../mapboxgl.gyp:bundle_styles', '../mapboxgl.gyp:mbgl-core', |