don't build csources twice on Nim devel
This commit is contained in:
parent
77747657f6
commit
a1da1f403d
|
@ -149,6 +149,7 @@ build_nim() {
|
|||
sed \
|
||||
-e 's/koch$/--warnings:off --hints:off koch/' \
|
||||
-e 's/koch boot/koch boot --warnings:off --hints:off/' \
|
||||
-e '/nimBuildCsourcesIfNeeded/d' \
|
||||
build_all.sh > build_all_custom.sh
|
||||
sh build_all_custom.sh
|
||||
rm build_all_custom.sh
|
||||
|
|
Loading…
Reference in New Issue