Index: gyp/icu.gyp |
diff --git a/gyp/icu.gyp b/gyp/icu.gyp |
index 4a985032c26d61b2145ef092b2b838626d4a11de..f1a89c798e67fa4248db6f446339ced26392c028 100644 |
--- a/gyp/icu.gyp |
+++ b/gyp/icu.gyp |
@@ -15,7 +15,7 @@ |
'target_name': 'icuuc', |
'type': '<(component)', |
'sources': [ |
- '<!@(python find.py ../third_party/externals/icu/source/common "*.c*")' |
+ '<!@(python find.py "*.c*" ../third_party/externals/icu/source/common)' |
], |
'defines': [ |
'U_COMMON_IMPLEMENTATION', |