diff options
author | Araq <rumpf_a@web.de> | 2015-02-07 19:14:14 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-02-08 13:38:04 +0100 |
commit | f7f87a7709e40953be74ddd8924a8a77be7a2fa7 (patch) | |
tree | 8dc8f11bf187d0bdf453f9e7742e62a891fc5424 /compiler | |
parent | 5f54ccf0bd8a4465c887ed80a453b4fb56568d3b (diff) | |
download | Nim-f7f87a7709e40953be74ddd8924a8a77be7a2fa7.tar.gz |
merged #2083 manually
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/platform.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/platform.nim b/compiler/platform.nim index 8360a9dcc..a21e73248 100644 --- a/compiler/platform.nim +++ b/compiler/platform.nim @@ -138,7 +138,7 @@ const props: {ospNeedsPIC, ospPosix, ospLacksThreadVars}), (name: "VxWorks", parDir: "..", dllFrmt: "lib$1.so", altDirSep: "/", objExt: ".o", newLine: "\x0A", pathSep: ";", dirSep: "\\", - scriptExt: ".sh", curDir: ".", exeExt: "", extSep: ".", + scriptExt: ".sh", curDir: ".", exeExt: ".vxe", extSep: ".", props: {ospNeedsPIC, ospPosix, ospLacksThreadVars}), (name: "JS", parDir: "..", dllFrmt: "lib$1.so", altDirSep: "/", |