diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-02-23 21:03:11 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-02-25 17:09:10 +0100 |
| commit | 5a3e0931e0e4ccd252c527b512ec1634d57489d8 (patch) | |
| tree | 6df26db1090d6edfe4430fb6dd9871465b56e32a /bootstrap.sh | |
| parent | 2855b6e1172d5b544b150bf617b216691801f574 (diff) | |
WIP
Diffstat (limited to 'bootstrap.sh')
| -rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 4dd57ae..9c573f7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -7,6 +7,6 @@ set -e echo "Bootstrapping..." $CXX $LDFLAGS $CXXFLAGS -std=c++20 -Wall -O3 -Isrc -pthread src/bootstrap.cc ctor.cc -o ctor ./ctor -$CXX $LDFLAGS $CXXFLAGS -std=c++20 -Wall -O3 -Isrc -pthread ctor.cc test/ctor.cc -L$BUILDDIR -lctor -o ctor +$CXX $LDFLAGS $CXXFLAGS -std=c++20 -Wall -O3 -Isrc -pthread ctor.cc test/ctor.cc -L$BUILDDIR -lctor -larchive -o ctor ./ctor configure --ctor-includedir=src --ctor-libdir=$BUILDDIR --build-dir=$BUILDDIR echo "Done. Now run ./ctor to (re)build." |
