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

Commit 5887958

Browse files
committed
build: i18n: make clang work
1 parent 6c779b4 commit 5887958

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/icu/icu-generic.gyp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@
373373
# (which is not currently built)
374374
'sources!': [
375375
'<@(icu_src_derb)',
376+
'no-op.cc',
376377
],
377378
},
378379
# This tool is used to rebuild res_index.res manifests
@@ -383,6 +384,7 @@
383384
'dependencies': [ 'icutools', 'icuucx', 'icui18n', 'icuio' ],
384385
'sources': [
385386
'iculslocs.cc',
387+
'no-op.cc',
386388
],
387389
},
388390
# This tool is used to package, unpackage, repackage .dat files
@@ -393,7 +395,8 @@
393395
'type': 'executable',
394396
'dependencies': [ 'icutools', 'icuucx', 'icui18n' ],
395397
'sources': [
396-
'<@(icu_src_icupkg)'
398+
'<@(icu_src_icupkg)',
399+
'no-op.cc',
397400
],
398401
},
399402
# this is used to convert .dat directly into .obj

0 commit comments

Comments
 (0)