Skip to content

Commit

Permalink
Add macOS specific linker flag for SQLite shell
Browse files Browse the repository at this point in the history
  • Loading branch information
utelle committed Oct 2, 2023
1 parent 57c5106 commit fb0b979
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,9 @@ else
# libtool complains about unknown "-no-install" option when targetting MSW, so
# use it only in the "else" branch.
sqlite3shell_LDFLAGS += -no-install

if HOST_OSX
sqlite3shell_LDFLAGS += -framework Security
endif

endif

0 comments on commit fb0b979

Please sign in to comment.