File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ source <(curl -s https://raw.githubusercontent.com/pytgcalls/build-toolkit/refs/
44require_venv
55
66GLIB_VERSION=$( get_version " glib" )
7+ EXPAT_VERSION=$( get_version " expat" )
78
89ARCH=$( uname -m)
910if [[ " $ARCH " == " x86_64" ]]; then
1314 C_ARGS=" "
1415 CPP_ARGS=" "
1516fi
16-
17+ build_and_install https://github.com/libexpat/libexpat.git " R_ ${EXPAT_VERSION // . / _} " configure-static --prefix= " $( pwd ) /libexpat/build/ " --setup-commands= " cd expat " --cleanup-commands= " cd .. "
1718build_and_install https://github.com/GNOME/glib.git " $GLIB_VERSION " meson-static --prefix=" $( pwd) /glib/build/" --buildtype=plain -Dtests=false -Dc_args=" $C_ARGS " -Dcpp_args=" $CPP_ARGS "
1819
1920mkdir -p artifacts/lib
2021mkdir -p artifacts/include
2122cp -r " $( pwd) " /glib/build/lib/* .a artifacts/lib/
23+ cp -r " $( pwd) " /libexpat/build/lib/* .a artifacts/lib/
2224cp -r " $( pwd) " /glib/build/include/glib-2.0/* artifacts/include/
2325cp " $( pwd) " /glib/build/lib/glib-2.0/include/glibconfig.h artifacts/include/
Original file line number Diff line number Diff line change 11glib =2.84.0
2+ expat =2.7.1
You can’t perform that action at this time.
0 commit comments