HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. *Read more...*
Feature #901854 ยป 0034-meson-winbuild.sh-Disable-audio-support.patch
windows/installer_cross/meson-winbuild.sh | ||
---|---|---|
export PKG_CONFIG_PATH=${DLLSPATH}/lib/pkgconfig
|
||
if ! meson --cross-file=cross.txt -Dsyslua=false ../../.. $EXTRA_CONFIG ; then
|
||
if ! meson --cross-file=cross.txt -Dsyslua=false -Daudio=false ../../.. $EXTRA_CONFIG ; then
|
||
echo "Meson run failed!" >&2
|
||
exit 1
|
||
fi
|