mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 13:20:16 +08:00
Fix osx_environment.sh for Homebrew
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user