Index: testing/iossim/iossim.gyp |
diff --git a/testing/iossim/iossim.gyp b/testing/iossim/iossim.gyp |
index e75579dc1631c5220a78bc8b3f95970c9023953f..c355bd1d33213e39486ee37d98e4ed6ca6500e77 100644 |
--- a/testing/iossim/iossim.gyp |
+++ b/testing/iossim/iossim.gyp |
@@ -71,7 +71,8 @@ |
{ |
'action_name': 'compile iossim', |
'inputs': [], |
- 'outputs': [], |
+ # A nonexistant name forces the ninja cmd every time. |
Mark Mentovai
2013/05/01 18:12:10
As before.
|
+ 'outputs': ['iossim'], |
'action': [ |
'<@(ninja_cmd)', |
'iossim', |