From 2017c59a4a68a179e0eadc0183f0138e7964835e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 1 May 2017 18:57:05 +0200 Subject: Fix bootstrap scripts --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 797b772..e21e598 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -129,7 +129,7 @@ src="$src build2/test/script/*.cxx" src="$src build2/version/*.cxx" src="$src build2/install/*.cxx" src="$src build2/pkgconfig/*.cxx" -src="$src $libbutl/butl/*.cxx" +src="$src $libbutl/libbutl/*.cxx" # Note that for as long as we support GCC 4.9 we have to compile in the C++14 # mode since 4.9 doesn't recognize c++1z. -- cgit v1.1