mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 18:37:37 +02:00
By telling the libtool-related configure checks that the serenity platform does in fact support shared libs, we can get a VERSYM-free shared lib out of sqlite. This probably applies to other ports as well. Suggested-by: Daniel Bertalan <dani@danielbertalan.dev>