Skip to content

Commit dfadddb

Browse files
author
Paweł Salawa
committed
Attempt to fix MacOS build for plugins
1 parent 1c54508 commit dfadddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mac_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ jobs:
215215
cp /usr/local/lib/libsqlite3* ../lib
216216
cp /usr/local/include/sqlite3* ../include
217217
cp /usr/local/opt/openssl/lib/libcrypto*.dylib ../lib
218+
cp /opt/local/lib/libtcl*.dylib ../lib
218219
219220
- name: Prepare output dir
220221
run: mkdir output output/build output/build/Plugins

0 commit comments

Comments
 (0)