From c9c366bc5f77a806384ebf678fe4335c1422884c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Aug 2017 15:36:55 +0200 Subject: Adjust bootstrap not to need pre-generated version.hxx --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index e21e598..49b0494 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -135,4 +135,4 @@ src="$src $libbutl/libbutl/*.cxx" # mode since 4.9 doesn't recognize c++1z. # set -x -"$cxx" "-I$libbutl" -I. '-DBUILD2_HOST_TRIPLET="'"$host"'"' -std=c++1y "$@" -o build2/b-boot $src -lpthread +"$cxx" "-I$libbutl" -I. -DBUILD2_BOOTSTRAP '-DBUILD2_HOST_TRIPLET="'"$host"'"' -std=c++1y "$@" -o build2/b-boot $src -lpthread -- cgit v1.1