1
1
mirror of synced 2025-02-15 01:42:33 +01:00

12 lines
295 B
Diff
Raw Normal View History

--- libtomcrypt-1.18.2/meson.build
+++ libtomcrypt-1.18.2/meson.build
@@ -14,7 +14,7 @@ extra_objects = []
subdir('src')
-tomcryptlib = library('tomcrypt', all_sources,
+tomcryptlib = static_library('tomcrypt', all_sources,
objects : extra_objects,
include_directories : core_inc)