Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit f881539

Browse files
committed
node.gypi: fix osx build
update chakrashim build condition to latest changes. Reviewed-by: Hitesh Kanwathirtha <hiteshk@microsoft.com> Reviewed-by: Kyle Farnung <Kyle.Farnung@microsoft.com>
1 parent 0a7a9ab commit f881539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
],
115115
'conditions': [
116116
# -force_load is not applicable for the static library
117-
[ 'node_target_type!="static_library"', {
117+
[ 'force_load=="true"', {
118118
'xcode_settings': {
119119
'OTHER_LDFLAGS': [
120120
'-Wl,-force_load,<(CHAKRASHIM_BASE)',

0 commit comments

Comments
 (0)