Skip to content

Commit

Permalink
Move header file into correct place in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Dec 10, 2015
1 parent 1831e9a commit 3c5b00c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geojsonvt.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@

'copies': [
{ 'files': [ '<(PRODUCT_DIR)/libgeojsonvt.a' ], 'destination': '<(install_prefix)/lib' },
{ 'files': [ '<!@(find include -name "*.hpp")' ], 'destination': '<(install_prefix)/include/mapbox/geojsonvt' },
{ 'files': [ '<!@(find include/mapbox/geojsonvt -name "*.hpp")' ], 'destination': '<(install_prefix)/include/mapbox/geojsonvt' },
{ 'files': [ 'include/mapbox/geojsonvt.hpp' ], 'destination': '<(install_prefix)/include/mapbox' },
],
},
],
Expand Down

0 comments on commit 3c5b00c

Please sign in to comment.