|
1 | 1 | # This file inherits default targets for Node addons, see https://github.com/nodejs/node-gyp/blob/master/addon.gypi |
2 | 2 | { |
3 | | - # https://github.com/springmeyer/gyp/blob/master/test/make_global_settings/wrapper/wrapper.gyp |
4 | | - 'make_global_settings': [ |
5 | | - ['CXX', '<(module_root_dir)/mason_packages/.link/bin/clang++'], |
6 | | - ['CC', '<(module_root_dir)/mason_packages/.link/bin/clang'], |
7 | | - ['LINK', '<(module_root_dir)/mason_packages/.link/bin/clang++'], |
8 | | - ['AR', '<(module_root_dir)/mason_packages/.link/bin/llvm-ar'], |
9 | | - ['NM', '<(module_root_dir)/mason_packages/.link/bin/llvm-nm'] |
10 | | - ], |
| 3 | + # # https://github.com/springmeyer/gyp/blob/master/test/make_global_settings/wrapper/wrapper.gyp |
| 4 | + # 'make_global_settings': [ |
| 5 | + # ['CXX', '<(module_root_dir)/mason_packages/.link/bin/clang++'], |
| 6 | + # ['CC', '<(module_root_dir)/mason_packages/.link/bin/clang'], |
| 7 | + # ['LINK', '<(module_root_dir)/mason_packages/.link/bin/clang++'], |
| 8 | + # ['AR', '<(module_root_dir)/mason_packages/.link/bin/llvm-ar'], |
| 9 | + # ['NM', '<(module_root_dir)/mason_packages/.link/bin/llvm-nm'] |
| 10 | + # ], |
11 | 11 | 'includes': [ 'common.gypi' ], # brings in a default set of options that are inherited from gyp |
12 | 12 | 'variables': { # custom variables we use specific to this file |
13 | 13 | 'error_on_warnings%':'true', # can be overriden by a command line variable because of the % sign using "WERROR" (defined in Makefile) |
|
0 commit comments