naiveproxy/tools/gyp/test/arflags/test.gyp
2018-08-11 05:35:24 +00:00

11 lines
162 B
Python

{
'targets': [
{
'target_name': 'lib',
'type': 'static_library',
'sources': ['lib.cc'],
'arflags': ['--nonexistent'],
},
],
}