test.gyp 162 B

12345678910
  1. {
  2. 'targets': [
  3. {
  4. 'target_name': 'lib',
  5. 'type': 'static_library',
  6. 'sources': ['lib.cc'],
  7. 'arflags': ['--nonexistent'],
  8. },
  9. ],
  10. }