Skip to content

Commit

Permalink
repair macos build for duckdb extension (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
changhiskhan authored Mar 20, 2023
1 parent 25e806d commit 2ee5251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/duckdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- ./integration/duckdb_lance/*
- .github/workflows/duckdb.yml
- ./rust/*
jobs:
Linux:
runs-on: ubuntu-22.04
Expand Down
3 changes: 2 additions & 1 deletion integration/duckdb_lance/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ target_link_libraries(${LIB_NAME}
if (APPLE)
target_link_libraries(${LIB_NAME}
"-framework CoreFoundation"
"-framework Security")
"-framework Security"
"-framework Accelerate")
endif()

0 comments on commit 2ee5251

Please sign in to comment.