mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 00:41:28 +00:00
koch: adapt winrelease to appveyor
This commit is contained in:
4
koch.nim
4
koch.nim
@@ -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 --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user