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

Commit

Permalink
chakrashim: add gyp flag msvs_use_library_dependency_inputs
Browse files Browse the repository at this point in the history
This flag turns on UseLibraryDependencyInputs in ProjectReference. Without
this, some exports are unavailable in node.lib/node.exe because the .obj
files containing those exports happen to have no references and are not
linked into node.lib/node.exe.

Reviewed-by: curtisman
  • Loading branch information
Jianchun Xu committed Jun 29, 2015
1 parent d57d102 commit f218364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/chakrashim/chakrashim.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
[ 'target_arch=="arm"', { 'defines': [ '__arm__=1' ] } ],
],
'msvs_disabled_warnings': [4091],
'msvs_use_library_dependency_inputs': 1,
'msvs_windows_target_platform_version': 'v10.0',
'direct_dependent_settings': {
'include_dirs': [
Expand Down

0 comments on commit f218364

Please sign in to comment.