11 lines
162 B
Plaintext
Raw Normal View History

2018-12-09 21:59:24 -05:00
{
'targets': [
{
'target_name': 'lib',
'type': 'static_library',
'sources': ['lib.cc'],
'arflags': ['--nonexistent'],
},
],
}