Cleanup
This commit is contained in:
parent
777ae910c8
commit
2dc2e865fa
1 changed files with 0 additions and 2 deletions
|
|
@ -364,8 +364,6 @@ proc runcfg(cfg: string) =
|
||||||
var compile: seq[string] = @[]
|
var compile: seq[string] = @[]
|
||||||
var dynlib: seq[string] = @[]
|
var dynlib: seq[string] = @[]
|
||||||
for act in CONFIG[file].keys():
|
for act in CONFIG[file].keys():
|
||||||
echo act
|
|
||||||
echo "A" & CONFIG[file][act] & "A"
|
|
||||||
action = act.replace(re"\..*", "")
|
action = act.replace(re"\..*", "")
|
||||||
if action == "create":
|
if action == "create":
|
||||||
writeFile(file, CONFIG[file][act])
|
writeFile(file, CONFIG[file][act])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue