summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-19 17:40:24 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:05 +0100
commit31a0d18ca1961b1cfb0785a1921b1f093167ebda (patch)
tree412b555337be9ccb5cc4832a49cb85a48690c1d4 /macosx
parent5602ba2f07a893604ea0506b3d580d4f2e2999ae (diff)
downloadqtlocation-mapboxgl-31a0d18ca1961b1cfb0785a1921b1f093167ebda.tar.gz
remove circular shared_ptr and a few other memory leaks
Diffstat (limited to 'macosx')
-rw-r--r--macosx/mapboxgl-app.gyp3
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',