Files
memecoin-botV2/.pnpm-store/v10/files/52/36500b60c013b4319d3bbc7c89a667d7e1479965c684f718b74fce3f806b4260fe4e2c923142f0c2907fa0a49975d10413c7e02e7c2554135ce5459db0a0a9

23 lines
402 B
Plaintext

{
'variables': {
'openssl_fips': ''
},
'targets': [
{
'target_name': 'validation',
'sources': [
'src/validation.cc',
'deps/is_utf8/src/is_utf8.cpp'
],
'cflags_cc': ['-std=gnu++11'],
'conditions': [
["OS=='mac'", {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.7'
}
}]
]
}
]
}