Skip to content

Commit

Permalink
node: v10.x workaround torque icu host build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhack committed Aug 24, 2018
1 parent 7529b71 commit acd43dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions node/patches/v10.x/999-fix_torque_host_build.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/deps/v8/gypfiles/v8.gyp
+++ b/deps/v8/gypfiles/v8.gyp
@@ -2524,6 +2529,7 @@
'target_name': 'torque',
'type': 'executable',
'toolsets': ['host'],
+ 'libraries!':[ '-licui18n', '-licuuc', '-licudata' ],
'dependencies': ['v8_libbase'],
'cflags_cc!': ['-fno-exceptions', '-fno-rtti'],
'xcode_settings': {

0 comments on commit acd43dc

Please sign in to comment.