diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-03-13 12:05:51 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-03-13 12:06:11 +0100 |
commit | 5e40f72b7cd5fd937ba8b628678cd5122298e8e5 (patch) | |
tree | b30acdb825a4c633dd81313eeae429664233a660 /linux | |
parent | 5225a2ce5b7cd4fb6b08d1746c83455d64ef2c94 (diff) | |
download | qtlocation-mapboxgl-5e40f72b7cd5fd937ba8b628678cd5122298e8e5.tar.gz |
scripts for running linux tests with docker
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index e7fc27da10..433a061e43 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -52,11 +52,6 @@ 'libraries': [ '<@(libraries)', '<@(ldflags)' ], }] ], - - 'copies': [{ - 'files': [ '../styles/styles' ], - 'destination': '<(PRODUCT_DIR)' - }], }, ], } |