koch: adapt winrelease to appveyor

This commit is contained in:
Araq
2018-09-20 16:57:28 +02:00
parent a19d2f76f6
commit 723d838559

View File

@@ -367,9 +367,9 @@ proc winRelease*() =
"web/upload/download/docs-$1.zip" % VersionAsString
when true:
csource("-d:release")
when true:
when sizeof(pointer) == 4:
winReleaseArch "32"
when true:
when sizeof(pointer) == 8:
winReleaseArch "64"
# -------------- tests --------------------------------------------------------