Created
September 18, 2015 04:05
-
-
Save bcomnes/6ed8d57aa72340ec239f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang: warning: no such sysroot directory: '' | |
| clang: warning: no such sysroot directory: '' | |
| creating ./icu_config.gypi | |
| { 'target_defaults': { 'cflags': [], | |
| 'default_configuration': 'Release', | |
| 'defines': [], | |
| 'include_dirs': [], | |
| 'libraries': []}, | |
| 'variables': { 'asan': 0, | |
| 'host_arch': 'x64', | |
| 'icu_small': 'false', | |
| 'llvm_version': 0, | |
| 'node_byteorder': 'little', | |
| 'node_install_npm': 'false', | |
| 'node_prefix': '/usr/local/Cellar/node/4.1.0', | |
| 'node_release_urlbase': '', | |
| 'node_shared_http_parser': 'false', | |
| 'node_shared_libuv': 'false', | |
| 'node_shared_openssl': 'false', | |
| 'node_shared_zlib': 'false', | |
| 'node_tag': '', | |
| 'node_use_dtrace': 'true', | |
| 'node_use_etw': 'false', | |
| 'node_use_lttng': 'false', | |
| 'node_use_openssl': 'true', | |
| 'node_use_perfctr': 'false', | |
| 'openssl_fips': '', | |
| 'openssl_no_asm': 0, | |
| 'python': '/usr/bin/python', | |
| 'target_arch': 'x64', | |
| 'uv_parent_path': '/deps/uv/', | |
| 'uv_use_dtrace': 'true', | |
| 'v8_enable_gdbjit': 0, | |
| 'v8_enable_i18n_support': 0, | |
| 'v8_no_strict_aliasing': 1, | |
| 'v8_optimized_debug': 0, | |
| 'v8_random_seed': 0, | |
| 'v8_use_snapshot': 1, | |
| 'want_separate_host_toolset': 0}} | |
| creating ./config.gypi | |
| creating ./config.mk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { 'target_defaults': { 'cflags': [], | |
| 'default_configuration': 'Release', | |
| 'defines': [], | |
| 'include_dirs': [], | |
| 'libraries': []}, | |
| 'variables': { 'asan': 0, | |
| 'host_arch': 'x64', | |
| 'icu_small': 'false', | |
| 'llvm_version': 0, | |
| 'node_byteorder': 'little', | |
| 'node_install_npm': 'true', | |
| 'node_prefix': '/usr/local', | |
| 'node_release_urlbase': '', | |
| 'node_shared_http_parser': 'false', | |
| 'node_shared_libuv': 'false', | |
| 'node_shared_openssl': 'false', | |
| 'node_shared_zlib': 'false', | |
| 'node_tag': '', | |
| 'node_use_dtrace': 'true', | |
| 'node_use_etw': 'false', | |
| 'node_use_lttng': 'false', | |
| 'node_use_openssl': 'true', | |
| 'node_use_perfctr': 'false', | |
| 'openssl_fips': '', | |
| 'openssl_no_asm': 0, | |
| 'python': '/usr/local/opt/python/bin/python2.7', | |
| 'target_arch': 'x64', | |
| 'uv_parent_path': '/deps/uv/', | |
| 'uv_use_dtrace': 'true', | |
| 'v8_enable_gdbjit': 0, | |
| 'v8_enable_i18n_support': 0, | |
| 'v8_no_strict_aliasing': 1, | |
| 'v8_optimized_debug': 0, | |
| 'v8_random_seed': 0, | |
| 'v8_use_snapshot': 1, | |
| 'want_separate_host_toolset': 0}} | |
| creating ./config.gypi | |
| creating ./config.mk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment