Files
MINGW-packages/mingw-w64-atom-shell/0002-debugging.patch
Ray Donnelly daa86023ab atom-shell + atom-editor: More WIP
atom-editor builds better than atom-shell, but you
can't use -L due to not-a-tty issues.
2014-09-23 15:06:59 +01:00

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