1
1
mirror of synced 2025-02-14 17:32:33 +01:00
KIT! 29712e7d2e Made libtomcrypt static
Without this the game would crash at launch asking for libtomcrypt's dll.
2024-06-11 11:24:25 +02:00

14 lines
346 B
Diff

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)