Spaces:
Runtime error
Runtime error
| { | |
| 'variables': { | |
| 'openssl_fips': '' | |
| }, | |
| 'targets': [ | |
| { | |
| 'target_name': 'bufferutil', | |
| 'sources': ['src/bufferutil.c'], | |
| 'cflags': ['-std=c99'], | |
| 'conditions': [ | |
| ["OS=='mac'", { | |
| 'xcode_settings': { | |
| 'MACOSX_DEPLOYMENT_TARGET': '10.7' | |
| } | |
| }] | |
| ] | |
| } | |
| ] | |
| } | |