|
|
@@ -5,12 +5,12 @@ set -e |
|
|
|
export DESTDIR=/tmp/distrho-ports |
|
|
|
|
|
|
|
if [ "${TARGET}" = "win32" ]; then |
|
|
|
EXTRA_ARGS="--cross-file scripts/meson/win32.ini" |
|
|
|
EXTRA_ARGS="--cross-file scripts/meson/win32.ini -Dbuild-legacy-only=true" |
|
|
|
elif [ "${TARGET}" = "win64" ]; then |
|
|
|
EXTRA_ARGS="--cross-file scripts/meson/win64.ini" |
|
|
|
EXTRA_ARGS="--cross-file scripts/meson/win64.ini -Dbuild-legacy-only=true" |
|
|
|
fi |
|
|
|
|
|
|
|
echo "meson build --buildtype release ${EXTRA_ARGS}" |
|
|
|
echo "meson build --buildtype=release ${EXTRA_ARGS}" |
|
|
|
meson build --buildtype=release --prefix=/usr ${EXTRA_ARGS} |
|
|
|
ninja -v -C build |
|
|
|
ninja -C build install |
|
|
|