aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-01 18:57:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-01 18:57:05 +0200
commit2017c59a4a68a179e0eadc0183f0138e7964835e (patch)
tree18ebf0546c70bc5220118b7ca83a47985fac1e8e /bootstrap.sh
parent108b81516ac4261be71fbdca3f35d3f4fc08d1bf (diff)
Fix bootstrap scripts
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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.