Feature #80 » 0005-meson-winbuild.sh-Add-native-bin-to-PATH.patch
| 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 \
|
||
- « Previous
- 1
- 2
- Next »