diff options
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 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. |