1
1
mirror of synced 2025-02-14 17:32:33 +01:00
KIT! c9f962d9cb Forgot to edit the libtomcrypt patch file
This should now compile properly.
2024-06-11 11:32:03 +02:00

12 lines
295 B
Diff

--- 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)