diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 01:52:16 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 01:52:16 +0000 |
| commit | f23d163a277f8546953c2f5c3e334d2e09ec21f6 (patch) | |
| tree | 7558069b0647a5d62d7c0be1474528312afae1b0 /scripts | |
| parent | 6261be1dc82e3f113a0392c2cf93449d784cfb08 (diff) | |
Okay, let's try this again...
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/macos_build.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/macos_build.sh b/scripts/macos_build.sh index 150c3383..86605c5a 100644 --- a/scripts/macos_build.sh +++ b/scripts/macos_build.sh @@ -1,9 +1,8 @@ #!/bin/sh -set -Eeuxo pipefail +set -Eexo pipefail -export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig -export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl/lib/pkgconfig +export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig export PATH=$PATH:/usr/local/opt/qt5/bin:/usr/local/bin mkdir bass |
