mirror of https://gitlab.com/basile.b/dexed.git
fix linux version identifier. Only work on win btw.
This commit is contained in:
parent
0787af2b9d
commit
c54ec43fbc
lazproj/test/src
|
@ -17,7 +17,7 @@ void main(string args[])
|
||||||
version(Windows)
|
version(Windows)
|
||||||
string prgname = "cmd";
|
string prgname = "cmd";
|
||||||
else
|
else
|
||||||
version(Linux) string prgname = "xterm";
|
version(linux) string prgname = "xterm";
|
||||||
else
|
else
|
||||||
assert(0, "unsupported target");
|
assert(0, "unsupported target");
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue