Index: ios/crnet/crnet_pack.gyp |
diff --git a/ios/crnet/crnet_pack.gyp b/ios/crnet/crnet_pack.gyp |
index 81b2e78bf51c8c1172e433ce238c793748c89655..79d654599e9c7b33864cdd3aff4dc0de3a970781 100644 |
--- a/ios/crnet/crnet_pack.gyp |
+++ b/ios/crnet/crnet_pack.gyp |
@@ -48,7 +48,10 @@ |
}, |
# Actions need an inputs list, even if it's empty. |
- 'inputs': [], |
+ 'inputs': [ |
+ '<(tool_path)', |
+ '<(PRODUCT_DIR)/crnet_dummy.app/crnet_dummy', |
+ ], |
# Only specify one output, since this will be libtool's output. |
'outputs': [ '<(PRODUCT_DIR)/libcrnet_standalone.a' ], |
'action': ['<(tool_path)', |