1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-19 12:03:18 +02:00
This commit is contained in:
github-actions[bot] 2024-07-23 00:56:30 +00:00
parent 13f9647b46
commit 641cb60c79
2 changed files with 7 additions and 2 deletions

View file

@ -29,10 +29,15 @@ do_build() {
# We use zig-out to avoid path conflicts as it is the default install # We use zig-out to avoid path conflicts as it is the default install
# prefix used by the zig build system. # prefix used by the zig build system.
DESTDIR="zig-out" zig build \ DESTDIR="zig-out" zig build \
-j"${XBPS_MAKEJOBS}" \
--sysroot "${XBPS_CROSS_BASE}" \ --sysroot "${XBPS_CROSS_BASE}" \
--search-prefix "${XBPS_CROSS_BASE}/usr" \
--prefix /usr \
--global-cache-dir /host/zig \
--libc xbps_zig_libc.txt \ --libc xbps_zig_libc.txt \
--release=safe \
-Dtarget="${zig_target}" -Dcpu="${zig_cpu}" \ -Dtarget="${zig_target}" -Dcpu="${zig_cpu}" \
-Drelease-safe --prefix /usr install \ install \
${configure_args} ${configure_args}
} }

View file

@ -1709,7 +1709,7 @@ libBulletSoftBody.so.3.17 bullet-3.17_1
libBullet3Common.so.3.17 bullet-3.17_1 libBullet3Common.so.3.17 bullet-3.17_1
libinotifytools.so.0 libinotify-tools-3.14_2 libinotifytools.so.0 libinotify-tools-3.14_2
libfswatch.so.13 libfswatch-1.17.1_1 libfswatch.so.13 libfswatch-1.17.1_1
libopensc.so.8 libopensc-0.22.0_1 libopensc.so.11 libopensc-0.25.1_1
libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1 libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1
librtlsdr.so.0 librtlsdr-0.5.3_1 librtlsdr.so.0 librtlsdr-0.5.3_1
libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1 libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1