Skip to content

Instantly share code, notes, and snippets.

@marionebl
Created February 1, 2014 13:08
Show Gist options
  • Save marionebl/8752179 to your computer and use it in GitHub Desktop.
Save marionebl/8752179 to your computer and use it in GitHub Desktop.
config.gypi
{ 'target_defaults': { 'cflags': [ '-I~/openwrt/staging_dir/target-i386_geode_uClibc-0.9.33.2/usr/include'],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': [ '-L~/openwrt/staging_dir/target-i386_geode_uClibc-0.9.33.2/usr/lib',
'-lssl',
'-lcrypto']},
'variables': { 'clang': 0,
'gcc_version': 46,
'host_arch': 'ia32',
'node_install_npm': 'false',
'node_prefix': '/usr',
'node_shared_cares': 'false',
'node_shared_http_parser': 'false',
'node_shared_libuv': 'false',
'node_shared_openssl': 'true',
'node_shared_v8': 'false',
'node_shared_zlib': 'false',
'node_tag: '',
'node_unsafe_optimizations': 0,
'node_use_dtrace': 'false',
'node_use_etw': 'false',
'node_use_openssl': 'true',
'node_use_perfctr': 'false',
'node_use_systemtap': 'false',
'python': '~/openwrt/staging_dir/host/bin/python',
'target_arch': 'i386',
'v8_enable_gdbjit': 0,
'v8_no_strict_aliasing': 1,
'v8_use_snapshot': 'false'}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment