Skip to content

Commit

Permalink
Merge pull request nxhack#377 from nxhack/dev
Browse files Browse the repository at this point in the history
node: v10.x workaround torque icu host build issue
  • Loading branch information
Hirokazu MORIKAWA authored Aug 24, 2018
2 parents 7529b71 + acd43dc commit 8e01006
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 8e01006

Please sign in to comment.