summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-02-07 19:14:14 +0100
committerAraq <rumpf_a@web.de>2015-02-08 13:38:04 +0100
commitf7f87a7709e40953be74ddd8924a8a77be7a2fa7 (patch)
tree8dc8f11bf187d0bdf453f9e7742e62a891fc5424 /compiler
parent5f54ccf0bd8a4465c887ed80a453b4fb56568d3b (diff)
downloadNim-f7f87a7709e40953be74ddd8924a8a77be7a2fa7.tar.gz
merged #2083 manually
Diffstat (limited to 'compiler')
-rw-r--r--compiler/platform.nim2
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: "/",