We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c0f236 + c8aed2d commit d93230aCopy full SHA for d93230a
build-cmakelibs.sh
@@ -132,6 +132,10 @@ $FETCH pcre2-10.47 https://github.com/PCRE2Project/pcre2/ &
132
133
$FETCH 11.0.0 https://github.com/leethomason/tinyxml2.git &
134
135
+# NOTE: We need to clone this commit until a version is released.
136
+
137
+$FETCH bf5f505d0156ad5c6635d05db06b1bb7593b45b7 https://gitlab.com/bzip2/bzip2.git
138
139
# wait for fetch jobs to finish
140
wait
141
@@ -236,5 +240,7 @@ CFLAGS="-Wno-incompatible-pointer-types" build_ee pcre2 -DPCRE2_BUILD_PCRE2GREP=
236
240
237
241
build_ee tinyxml2 -DBUILD_TESTS=OFF
238
242
243
+build_ee bzip2 -DENABLE_LIBRARY=ON -DENABLE_STATIC_LIB=ON -DENABLE_SHARED_LIB=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5
244
239
245
# Finish
246
cd ..
0 commit comments