Skip to content

Commit 9d80931

Browse files
Roger Wangrogerwang
authored andcommitted
fixup! Fix gyps for common.gypi removal in chromium repo
1 parent bc81f54 commit 9d80931

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

node.gyp

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,28 @@
647647
'-Wl,-force_load <(V8_PLTFRM)',
648648
],
649649
},
650+
'postbuilds': [
651+
{
652+
'postbuild_name': 'Fix iculib Link',
653+
'action': [
654+
'install_name_tool',
655+
'-change',
656+
'/usr/local/lib/libicuuc.dylib',
657+
'@rpath/libicuuc.dylib',
658+
'${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
659+
],
660+
},
661+
{
662+
'postbuild_name': 'Fix iculib Link2',
663+
'action': [
664+
'install_name_tool',
665+
'-change',
666+
'/usr/local/lib/libicui18n.dylib',
667+
'@rpath/libicui18n.dylib',
668+
'${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
669+
],
670+
},
671+
],
650672
}],
651673
[ 'OS=="mac" and component != "shared_library"', {
652674
'xcode_settings': {

0 commit comments

Comments
 (0)