mirror of
https://github.com/daylinmorgan/nimpkgs.git
synced 2024-11-12 14:53:15 -06:00
chore: move flag to nim.cfg
file
This commit is contained in:
parent
39bf6f2d05
commit
ccb303134b
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
import std/[strutils, strformat]
|
||||
|
||||
--backend:js
|
||||
|
||||
proc getCommitInfo*(): (string, string) =
|
||||
if not dirExists "src/packages":
|
||||
echo "cloning nim-lang/packages"
|
||||
|
|
1
src/nimpkgs.nim.cfg
Normal file
1
src/nimpkgs.nim.cfg
Normal file
|
@ -0,0 +1 @@
|
|||
--backend:js
|
Loading…
Reference in a new issue