2024-06-11 11:32:03 +02:00
|
|
|
--- libtomcrypt-1.18.2/meson.build
|
|
|
|
+++ libtomcrypt-1.18.2/meson.build
|
2024-06-11 11:24:25 +02:00
|
|
|
@@ -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)
|
|
|
|
|