Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions build-cmakelibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,10 @@ $FETCH pcre2-10.47 https://github.com/PCRE2Project/pcre2/ &

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

# NOTE: We need to clone this commit until a version is released.
# Concrete hash for indicating the version of libmpg used
$FETCH 2eb4320e161247a15f991a30e7919902a3629f19 https://github.com/libsdl-org/mpg123.git &

# NOTE: We need to clone this commit until a version is released.
$FETCH bf5f505d0156ad5c6635d05db06b1bb7593b45b7 https://gitlab.com/bzip2/bzip2.git &

$FETCH 184dac64cd556f435c309bb83ed4a31fe14e1cc5 https://github.com/libgme/game-music-emu.git &
Expand Down Expand Up @@ -244,11 +246,13 @@ CFLAGS="-Wno-incompatible-pointer-types" build_ee pcre2 -DPCRE2_BUILD_PCRE2GREP=

build_ee tinyxml2 -DBUILD_TESTS=OFF

build_ee mpg123/ports/cmake -DBUILD_PROGRAM=OFF

build_ee bzip2 -DENABLE_LIBRARY=ON -DENABLE_STATIC_LIB=ON -DENABLE_SHARED_LIB=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5

CFLAGS="-Wno-incompatible-pointer-types" build_ee FAudio -DBUILD_SDL3=OFF

build_ee game-music-emu -DGME_BUILD_SHARED=OFF -DGME_ENABLE_UBSAN=OFF -DGME_BUILD_TESTING=OFF -DGME_BUILD_EXAMPLES=OFF

# Finish
cd ..
cd ..