From 107924873bd31014bbe67899961e2970ac2334f3 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 23 Jan 2025 22:13:22 +0100 Subject: Use locate on env supplied tools. --- bootstrap.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 052d8b7..d10f54b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,6 @@ set -e : ${CXX:=g++} : ${BUILDDIR:=build} -CXX=$(which $CXX) echo "Bootstrapping..." $CXX -std=c++20 -Wall -O3 -Isrc -pthread src/bootstrap.cc ctor.cc -o ctor -- cgit v1.2.3