mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-22 06:31:05 +01:00
build: sync with upstream 2024-07-23 https://github.com/void-linux/void-packages/commit/30fcc3a6
This commit is contained in:
parent
13f9647b46
commit
641cb60c79
2 changed files with 7 additions and 2 deletions
|
@ -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}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue