25 lines
597 B
Diff
25 lines
597 B
Diff
From 8e2d3c4695ee1bed89bc812fc3183fb82825e5b5 Mon Sep 17 00:00:00 2001
|
|
From: Ray Donnelly <mingw.android@gmail.com>
|
|
Date: Mon, 22 Sep 2014 22:53:17 +0100
|
|
Subject: [PATCH 2/2] debugging
|
|
|
|
---
|
|
script/build.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/script/build.py b/script/build.py
|
|
index 6442cdc..6d9b837 100755
|
|
--- a/script/build.py
|
|
+++ b/script/build.py
|
|
@@ -17,6 +17,7 @@ def main():
|
|
if sys.platform == 'win32':
|
|
ninja += '.exe'
|
|
|
|
+ print "ninja is " + ninja
|
|
args = parse_args()
|
|
for config in args.configuration:
|
|
build_path = os.path.join('out', config)
|
|
--
|
|
2.1.1
|
|
|