mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
Fix osx_environment.sh for Homebrew
This commit is contained in:
parent
649fdfe042
commit
e80184ce7a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ if [ ! $BARRIER_BUILD_ENV ]; then
|
|||
|
||||
elif command -v brew; then
|
||||
printf "Detected Homebrew\n"
|
||||
QT_PATH=$(brew --prefix qt)
|
||||
QT_PATH=$(brew --prefix qt@5)
|
||||
OPENSSL_PATH=$(brew --prefix openssl)
|
||||
|
||||
check_dir_exists "$QT_PATH" 'qt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue