mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-25 12:25:08 +00:00
enforcing gcc code generation for koch csource; proper C sources for Windows
This commit is contained in:
@@ -391,7 +391,7 @@ proc srcdist(c: var TConfigData) =
|
||||
if existsDir(dir): removeDir(dir)
|
||||
createDir(dir)
|
||||
var cmd = ("nimrod compile -f --symbolfiles:off --compileonly " &
|
||||
"--gen_mapping " &
|
||||
"--gen_mapping --cc:gcc" &
|
||||
" --os:$# --cpu:$# $# $#") %
|
||||
[c.oses[osA-1], c.cpus[cpuA-1], c.nimrodArgs,
|
||||
changeFileExt(c.infile, "nim")]
|
||||
|
||||
Reference in New Issue
Block a user