Index: icu.gyp |
diff --git a/icu.gyp b/icu.gyp |
index bd5125e9b6f1e8ebe52bf4262afc15f98d79438f..9675c734ab7621a06086aa5afb713948952297d9 100644 |
--- a/icu.gyp |
+++ b/icu.gyp |
@@ -99,7 +99,7 @@ |
], |
} , { # else: OS != android |
'files': [ |
- 'source/data/in/icudtl.dat', |
+ 'common/icudtl.dat', |
], |
}], |
], |
@@ -155,7 +155,7 @@ |
} , { # else: OS=="ios" |
'link_settings': { |
'mac_bundle_resources': [ |
- 'source/data/in/icudtl.dat', |
+ 'common/icudtl.dat', |
], |
}, |
}], # OS!=ios |