Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: i18n: make clang work
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Sep 5, 2014
1 parent 6c779b4 commit 5887958
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/icu/icu-generic.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@
# (which is not currently built)
'sources!': [
'<@(icu_src_derb)',
'no-op.cc',
],
},
# This tool is used to rebuild res_index.res manifests
Expand All @@ -383,6 +384,7 @@
'dependencies': [ 'icutools', 'icuucx', 'icui18n', 'icuio' ],
'sources': [
'iculslocs.cc',
'no-op.cc',
],
},
# This tool is used to package, unpackage, repackage .dat files
Expand All @@ -393,7 +395,8 @@
'type': 'executable',
'dependencies': [ 'icutools', 'icuucx', 'icui18n' ],
'sources': [
'<@(icu_src_icupkg)'
'<@(icu_src_icupkg)',
'no-op.cc',
],
},
# this is used to convert .dat directly into .obj
Expand Down

0 comments on commit 5887958

Please sign in to comment.