From 033d72aff0716b66aadb432fa2e4b9fbf6ddd6d7 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 3 Oct 2023 15:21:41 +0200 Subject: [PATCH] wording Signed-off-by: falkTX --- bootstrap-mod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-mod.sh b/bootstrap-mod.sh index c200d85..ecf7f32 100755 --- a/bootstrap-mod.sh +++ b/bootstrap-mod.sh @@ -91,7 +91,7 @@ JACK2_URL="https://github.com/jackaudio/jack2.git" download jack2 "${JACK2_VERSION}" "${JACK2_URL}" "" "git" build_waf jack2 "${JACK2_VERSION}" "${JACK2_EXTRAFLAGS}" -# patch pkg-config file for static win32 builds in regular prefix +# patch pkg-config file for static win32 builds if [ "${WIN32}" -eq 1 ]; then if [ "${WIN64}" -eq 1 ]; then s="64"