Skip to content

Commit

Permalink
Attempt to fix compilation of DbSqliteWx under Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Nov 29, 2024
1 parent f27a5e7 commit f4c4694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/DbSqliteWx/DbSqliteWx.pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ macx: {
INCLUDEPATH += /usr/local/opt/openssl/include
LIBS += -L/usr/local/opt/openssl/lib
}
LIBS += -lcrypto
LIBS += -framework Security
}
!macx: {
LIBS += -L$${PWD}/../deps/lib/$${PLATFORM}/
Expand Down

0 comments on commit f4c4694

Please sign in to comment.