From eef51a867974df6279ab0c2003d9660a61ac6c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Mon, 11 Aug 2014 13:00:15 +0200 Subject: fix test gyp file --- mapboxgl.gyp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'mapboxgl.gyp') diff --git a/mapboxgl.gyp b/mapboxgl.gyp index 046a5d40ad..b7944d6a1e 100644 --- a/mapboxgl.gyp +++ b/mapboxgl.gyp @@ -40,10 +40,8 @@ 'actions': [ { 'action_name': 'Touch Stylesheet Directory', - 'inputs': [ - 'styles', - ], - 'outputs': [], + 'inputs': ['styles'], + 'outputs': ['styles'], 'action': ['touch', 'styles'], # required for xcode http://openradar.appspot.com/7232149 } ], @@ -60,10 +58,8 @@ 'actions': [ { 'action_name': 'Touch Stylesheet Directory', - 'inputs': [ - 'styles', - ], - 'outputs': [], + 'inputs': ['styles'], + 'outputs': ['styles'], 'action': ['touch', 'styles'], # required for xcode http://openradar.appspot.com/7232149 } ], -- cgit v1.2.1