diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-01-23 22:13:22 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-01-23 22:13:22 +0100 |
commit | 107924873bd31014bbe67899961e2970ac2334f3 (patch) | |
tree | 00c4ce08ff091bd15d61c04156e5ae782514ec1e /bootstrap.sh | |
parent | acb70c50c81d9f8898d6cfedbaee58139392fab5 (diff) |
Use locate on env supplied tools.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |