mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
9 lines
142 B
Diff
9 lines
142 B
Diff
+++ ./cmake-proxies/sqlite/CMakeLists.txt
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-add_library( ${TARGET} SHARED )
|
|
+add_library( ${TARGET} STATIC )
|
|
|
|
def_vars()
|
|
|