Project

General

Profile

Feature #80 » 0015-meson-winbuild.sh-Add-native-bin-to-PATH.patch

main, S3_2 - Marko Lindqvist, 12/26/2023 12:03 AM

View differences:

platforms/windows/installer_cross/meson-winbuild.sh
export PKG_CONFIG_PATH="${DLLSPATH}/lib/pkgconfig"
export PATH="${DLLSPATH}/linux/libexec:${PATH}"
export PATH="${DLLSPATH}/linux/bin:${DLLSPATH}/linux/libexec:${PATH}"
if ! meson setup \
--cross-file=cross.txt \
(1-1/2)