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

14 lines
346 B
Diff
Raw Normal View History

diff --git a/meson.build b/meson - Copie.build
index 650ee60..c7b61fd 100644
--- a/meson.build
+++ b/meson - Copie.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)