speculative fix
This commit is contained in:
parent
d74428a6ee
commit
12c3591fc1
|
@ -125,7 +125,7 @@ build_nim() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# bootstrap the Nim compiler and build the tools
|
# bootstrap the Nim compiler and build the tools
|
||||||
rm -rf bin/nim_csources
|
rm -f bin/{nim,nim_csources}
|
||||||
pushd csources
|
pushd csources
|
||||||
if [[ "$ON_WINDOWS" == "0" ]]; then
|
if [[ "$ON_WINDOWS" == "0" ]]; then
|
||||||
$MAKE $UCPU clean
|
$MAKE $UCPU clean
|
||||||
|
|
Loading…
Reference in New Issue