diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-05-23 16:13:33 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-05-23 16:13:39 -0700 |
commit | 13d390534d2b4d9e328046d9b2fde50645a29148 (patch) | |
tree | f4656b36d4f639afbb2d9ac6344a3d381e4b58fe | |
parent | 54fa90ce5bfce14f9da1c1136ef30dab80a20e57 (diff) | |
download | qtlocation-mapboxgl-13d390534d2b4d9e328046d9b2fde50645a29148.tar.gz |
fix #232, refs #151
-rw-r--r-- | llmr.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ 'shaders', ], 'sources': [ - '<!@(find src -name "*.cpp")', + '<!@(find src/style/ \( -name "*.cpp" ! -name resources.cpp \))', '<!@(find src -name "*.c")', '<!@(find src -name "*.h")', '<!@(find include -name "*.hpp")', |