diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-08-11 13:00:15 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-08-11 13:00:15 +0200 |
commit | eef51a867974df6279ab0c2003d9660a61ac6c5d (patch) | |
tree | 4527c8d227e292977dd9925792254be20f74306e /test/test.gyp | |
parent | be15af7e04d2d1b7ef0b1bbc36e6aaef14c5f36a (diff) | |
download | qtlocation-mapboxgl-eef51a867974df6279ab0c2003d9660a61ac6c5d.tar.gz |
fix test gyp file
Diffstat (limited to 'test/test.gyp')
-rw-r--r-- | test/test.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.gyp b/test/test.gyp index 93260caa6b..f73c94bf02 100644 --- a/test/test.gyp +++ b/test/test.gyp @@ -189,8 +189,8 @@ "dependencies": [ "../deps/gtest/gtest.gyp:gtest", "../mapboxgl.gyp:mapboxgl", + '../mapboxgl.gyp:bundle_styles', "link_gl", - '../mapboxgl.gyp:copy_default_stylesheet', ] }, { |