From 12c3591fc165e88e90f5a0f1e5f5f37c69ef41f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 5 May 2021 12:25:14 +0200 Subject: [PATCH] speculative fix --- scripts/build_nim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_nim.sh b/scripts/build_nim.sh index 6c8b4a6..75e63a5 100755 --- a/scripts/build_nim.sh +++ b/scripts/build_nim.sh @@ -125,7 +125,7 @@ build_nim() { fi # bootstrap the Nim compiler and build the tools - rm -rf bin/nim_csources + rm -f bin/{nim,nim_csources} pushd csources if [[ "$ON_WINDOWS" == "0" ]]; then $MAKE $UCPU clean