Skip to content

Commit 44a09e6

Browse files
committed
update xcode12
1 parent 19c4d44 commit 44a09e6

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ matrix:
6868
node_js: 13
6969
# osx publishable node v10/release
7070
- os: osx
71-
osx_image: xcode11
71+
osx_image: xcode12.4
7272
env: BUILDTYPE=release
7373
node_js: 10
7474
# osx publishable node v12/release
7575
- os: osx
76-
osx_image: xcode11
76+
osx_image: xcode12.4
7777
env: BUILDTYPE=release
7878
node_js: 12
7979
# linux sanitizer build node v10/debug
@@ -89,7 +89,7 @@ matrix:
8989
- true
9090
# osx sanitizer build node v10/debug
9191
- os: osx
92-
osx_image: xcode11
92+
osx_image: xcode12.4
9393
env: BUILDTYPE=debug TOOLSET=asan
9494
node_js: 10
9595
sudo: required

binding.gyp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This file inherits default targets for Node addons, see https://github.com/nodejs/node-gyp/blob/master/addon.gypi
22
{
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+
# ],
1111
'includes': [ 'common.gypi' ], # brings in a default set of options that are inherited from gyp
1212
'variables': { # custom variables we use specific to this file
1313
'error_on_warnings%':'true', # can be overriden by a command line variable because of the % sign using "WERROR" (defined in Makefile)

0 commit comments

Comments
 (0)