We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc81f54 commit 9d80931Copy full SHA for 9d80931
node.gyp
@@ -647,6 +647,28 @@
647
'-Wl,-force_load <(V8_PLTFRM)',
648
],
649
},
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
664
665
666
+ '/usr/local/lib/libicui18n.dylib',
667
+ '@rpath/libicui18n.dylib',
668
669
670
671
672
}],
673
[ 'OS=="mac" and component != "shared_library"', {
674
'xcode_settings': {
0 commit comments