summaryrefslogtreecommitdiff
path: root/test/test.gypi
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2016-03-22 18:19:04 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-03-22 17:06:33 -0700
commit8bdfca53aea541af21303428841c9eee07261703 (patch)
treee8d71a6326f9ce7da936e5e8297c253578f26057 /test/test.gypi
parent220a57b36fb87ab08663c2413ab502ec031a879d (diff)
downloadqtlocation-mapboxgl-8bdfca53aea541af21303428841c9eee07261703.tar.gz
[tests] fix make iproj copy phase for unit text fixtures
Diffstat (limited to 'test/test.gypi')
-rw-r--r--test/test.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test.gypi b/test/test.gypi
index 242fc1a4ab..c93b5b67b8 100644
--- a/test/test.gypi
+++ b/test/test.gypi
@@ -136,8 +136,7 @@
},
'copies': [
{ 'destination': '<(PRODUCT_DIR)/$(WRAPPER_NAME)/test',
- # Hack: When a filename begins with a $, gyp doesn't prepend $(SRCROOT)
- 'files': [ '$()../test/fixtures' ],
+ 'files': [ '../test/fixtures' ],
},
]
}, {