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

Commit

Permalink
node.gypi: fix osx build
Browse files Browse the repository at this point in the history
update chakrashim build condition to latest changes.

Reviewed-by: Hitesh Kanwathirtha <hiteshk@microsoft.com>
Reviewed-by: Kyle Farnung <Kyle.Farnung@microsoft.com>
  • Loading branch information
obastemur committed Feb 5, 2018
1 parent 0a7a9ab commit f881539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
],
'conditions': [
# -force_load is not applicable for the static library
[ 'node_target_type!="static_library"', {
[ 'force_load=="true"', {
'xcode_settings': {
'OTHER_LDFLAGS': [
'-Wl,-force_load,<(CHAKRASHIM_BASE)',
Expand Down

0 comments on commit f881539

Please sign in to comment.