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 8ca663f commit f27a5e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugins/DbSqliteWx/DbSqliteWx.pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ macx: {
INCLUDEPATH += /usr/local/opt/openssl/include
LIBS += -L/usr/local/opt/openssl/lib
}
LIBS += -lcrypto
}
!macx: {
LIBS += -L$${PWD}/../deps/lib/$${PLATFORM}/
Expand Down

0 comments on commit f27a5e7

Please sign in to comment.