Skip to content

Commit

Permalink
Fixed MacOS compilation error
Browse files Browse the repository at this point in the history
Caused by changes in mariadb-c-connector homebrew packaging.
  • Loading branch information
cbnolok committed Nov 27, 2024
1 parent 35f665f commit 69302c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/toolchains/include/OSX-AppleClang_common.inc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ function(toolchain_exe_stuff_common)
HINT
"/usr/local/opt/mariadb-connector-c/lib/mariadb"
"/opt/homebrew/var/mariadb-connector-c/lib/mariadb"
"/opt/homebrew/opt/mariadb-connector-c/lib/mariadb"
"/opt/homebrew/opt/mariadb-connector-c/lib"
"/opt/homebrew/lib/mariadb"
)
message(STATUS "Library ${lib_name}: ${lib_${lib_name}_with_path}")
Expand Down

0 comments on commit 69302c6

Please sign in to comment.