Skip to content

Commit

Permalink
debug some more macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Sep 10, 2023
1 parent 3772984 commit d4da28e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-single-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run : |
HOMEBREW_NO_AUTO_UPDATE=1 brew install mysql-client libpq ninja
brew link --force mysql-client
brew link --force --overwrite libpq
#brew link --force --overwrite libpq
- name: install build prerequisites (Windows)
if: runner.os == 'Windows'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run : |
HOMEBREW_NO_AUTO_UPDATE=1 brew install ninja mysql-client libpq
brew link --force mysql-client
brew link --force --overwrite libpq
#brew link --force --overwrite libpq
- name: install ninja (Linux)
if: runner.os == 'Linux'
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
run : |
HOMEBREW_NO_AUTO_UPDATE=1 brew install mysql-client libpq
brew link --force mysql-client
brew link --force --overwrite libpq
# brew link --force --overwrite libpq
- name: update environment (Windows)
if: runner.os == 'Windows'
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if(APPLE)
foreach(pkg openssl mysql-client mariadb-connector-c libpq)
set(pkgpath /usr/local/opt/${pkg})
if(EXISTS ${pkgpath})
message(STATUS "Adding /usr/local/opt/${pkg} to CMAKE_PREFIX_PATH")
list(APPEND CMAKE_PREFIX_PATH ${pkg})
endif()
endforeach()
Expand Down

0 comments on commit d4da28e

Please sign in to comment.