diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-02-24 12:16:21 -0500 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-02-24 12:16:21 -0500 |
commit | 82317df050fdbea94cd86abbd3248b6b47a3ba87 (patch) | |
tree | 872852a853773fefda10dd4e23f2f754c9cc0bd1 /binding.gyp | |
parent | 23a8587e5f923a5e9b2e0bceb4bb1c7fb555e9cd (diff) | |
download | qtlocation-mapboxgl-82317df050fdbea94cd86abbd3248b6b47a3ba87.tar.gz |
move back to node-mapbox-gl-native
Diffstat (limited to 'binding.gyp')
-rw-r--r-- | binding.gyp | 2 |
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', |