0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/audacity/static-sqlite.patch
2024-10-18 13:57:39 +03:00

9 lines
142 B
Diff

+++ ./cmake-proxies/sqlite/CMakeLists.txt
@@ -1,5 +1,5 @@
-add_library( ${TARGET} SHARED )
+add_library( ${TARGET} STATIC )
def_vars()