Skip to content

Commit 8a3b09a

Browse files
committed
Simplify building of koch
1 parent 9a2700d commit 8a3b09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.builds/openbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tasks:
1616
cd Nim
1717
git clone --depth 1 -q https://github.com/nim-lang/csources.git
1818
gmake -C csources -j $(sysctl -n hw.ncpu)
19-
bin/nim c --skipUserCfg --skipParentCfg koch
19+
bin/nim c koch
2020
echo 'export PATH=$HOME/Nim/bin:$PATH' >> $HOME/.buildenv
2121
- test: |
2222
cd Nim

0 commit comments

Comments
 (0)