Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 78e02be

Browse files
author
Dane Springmeyer
committed
fix bzip2 package name
1 parent 5107c5c commit 78e02be

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

bootstrap.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ function dep() {
1212
CXX=${CXX:-clang++}
1313

1414
function all_deps() {
15-
dep boost 1.61.0 &
16-
dep expat 2.1.1 &
17-
dep bzip 1.0.6 &
18-
dep zlib system &
19-
dep sparsehash 2.0.2 &
20-
wait
15+
dep boost 1.61.0
16+
dep expat 2.1.1
17+
dep bzip2 1.0.6
18+
dep zlib system
19+
dep sparsehash 2.0.2
2120
}
2221

2322
MASON_VERSION="b709931"

0 commit comments

Comments
 (0)