summaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-02-24 12:16:21 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-02-24 12:16:21 -0500
commit82317df050fdbea94cd86abbd3248b6b47a3ba87 (patch)
tree872852a853773fefda10dd4e23f2f754c9cc0bd1 /binding.gyp
parent23a8587e5f923a5e9b2e0bceb4bb1c7fb555e9cd (diff)
downloadqtlocation-mapboxgl-82317df050fdbea94cd86abbd3248b6b47a3ba87.tar.gz
move back to node-mapbox-gl-native
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding.gyp b/binding.gyp
index 263249bc9b..05e9347c37 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -10,7 +10,7 @@
'include_dirs': [ "<!(node -e \"require('nan')\")" ],
'sources': [
- 'src/mbgl.cpp',
+ 'src/node_mapbox_gl_native.cpp',
'src/compress_png.hpp',
'src/compress_png.cpp',
'src/node_log.hpp',