Philipp Horstenkamp 20d547fd4d
Some checks failed
Lint / pre-commit Linting (push) Failing after 42s
Added the dependencies.
2023-11-25 00:59:10 +01:00

19 lines
416 B
Python

{
'targets': [
{
'target_name': 'validation',
'sources': ['src/validation.c'],
'cflags': ['-std=c99'],
'conditions': [
["OS=='mac'", {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.7',
'OTHER_CFLAGS': ['-arch x86_64', '-arch arm64'],
'OTHER_LDFLAGS': ['-arch x86_64', '-arch arm64']
}
}]
]
}
]
}