diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-20 15:36:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-20 15:36:55 +0200 |
commit | c9c366bc5f77a806384ebf678fe4335c1422884c (patch) | |
tree | bf99bfe03b030685ca6b4a9963138b9e980229ad /bootstrap.sh | |
parent | 487e4c77e4131fd5f559fc793c8caaf1dcbc4917 (diff) |
Adjust bootstrap not to need pre-generated version.hxx
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 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 |