From c54ec43fbce8df3fbedd8106ed41bca0a9d21f85 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 7 Nov 2014 04:46:26 +0100 Subject: [PATCH] fix linux version identifier. Only work on win btw. --- lazproj/test/src/runnable_console.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazproj/test/src/runnable_console.d b/lazproj/test/src/runnable_console.d index 9d7161ff..fa241790 100644 --- a/lazproj/test/src/runnable_console.d +++ b/lazproj/test/src/runnable_console.d @@ -17,7 +17,7 @@ void main(string args[]) version(Windows) string prgname = "cmd"; else - version(Linux) string prgname = "xterm"; + version(linux) string prgname = "xterm"; else assert(0, "unsupported target"); //