Index: test/mac/libtool-zero/test.gyp |
=================================================================== |
--- test/mac/libtool-zero/test.gyp (working copy) |
+++ test/mac/libtool-zero/test.gyp (working copy) |
@@ -5,10 +5,10 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'subdir2', |
+ 'target_name': 'mylib', |
'type': 'static_library', |
'sources': [ |
- '../subdir_source.h', |
+ 'mylib.c', |
], |
}, |
], |