Feature #80 » 0015-meson-winbuild.sh-Add-native-bin-to-PATH.patch
| 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 \
|
||