Skip to content

Commit d93230a

Browse files
authored
Merge pull request #201 from Wolf3s/bzip
Add Bzip
2 parents 8c0f236 + c8aed2d commit d93230a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build-cmakelibs.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ $FETCH pcre2-10.47 https://github.com/PCRE2Project/pcre2/ &
132132

133133
$FETCH 11.0.0 https://github.com/leethomason/tinyxml2.git &
134134

135+
# NOTE: We need to clone this commit until a version is released.
136+
137+
$FETCH bf5f505d0156ad5c6635d05db06b1bb7593b45b7 https://gitlab.com/bzip2/bzip2.git
138+
135139
# wait for fetch jobs to finish
136140
wait
137141

@@ -236,5 +240,7 @@ CFLAGS="-Wno-incompatible-pointer-types" build_ee pcre2 -DPCRE2_BUILD_PCRE2GREP=
236240

237241
build_ee tinyxml2 -DBUILD_TESTS=OFF
238242

243+
build_ee bzip2 -DENABLE_LIBRARY=ON -DENABLE_STATIC_LIB=ON -DENABLE_SHARED_LIB=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5
244+
239245
# Finish
240246
cd ..

0 commit comments

Comments
 (0)