mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-23 19:12:14 +03:00
Fix osx_environment.sh for Homebrew
This commit is contained in:
parent
649fdfe042
commit
e80184ce7a
@ -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…
Reference in New Issue
Block a user