Browse Source

wording

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 2 years ago
parent
commit
033d72aff0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap-mod.sh

+ 1
- 1
bootstrap-mod.sh View File

@@ -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"


Loading…
Cancel
Save