Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
Fix Clang build error caused by missing flag -fPIC in sqlitecpp library
  • Loading branch information
baderouaich committed May 28, 2021
1 parent 7f5bde0 commit 82a8230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dependencies/sqlitecpp/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ project "sqlitecpp"


filter "system:linux"
pic "On" -- required fo clang-10
defines
{
}
Expand Down

0 comments on commit 82a8230

Please sign in to comment.