Merge branch 'Nim-1-2-2'
This commit is contained in:
commit
ae49e03af6
|
@ -120,9 +120,9 @@ build_nim() {
|
||||||
cp -a bin/nim bin/nim_csources
|
cp -a bin/nim bin/nim_csources
|
||||||
fi
|
fi
|
||||||
sed \
|
sed \
|
||||||
-e 's/koch$/--skipUserCfg --skipParentCfg --warnings:off --hints:off koch/' \
|
-e 's/koch$/--warnings:off --hints:off koch/' \
|
||||||
-e 's/koch boot/koch boot --skipUserCfg --skipParentCfg --warnings:off --hints:off/' \
|
-e 's/koch boot/koch boot --warnings:off --hints:off/' \
|
||||||
-e 's/koch tools/koch --stable tools --skipUserCfg --skipParentCfg --warnings:off --hints:off/' \
|
-e 's/koch tools/koch --stable tools --warnings:off --hints:off/' \
|
||||||
build_all.sh > build_all_custom.sh
|
build_all.sh > build_all_custom.sh
|
||||||
sh build_all_custom.sh
|
sh build_all_custom.sh
|
||||||
rm build_all_custom.sh
|
rm build_all_custom.sh
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b4e9f8e814373fc38741736197d88475663ce758
|
Subproject commit be34b5abe23e027b71a3a9da67037aac7afea6bc
|
Loading…
Reference in New Issue