From c63b3abfc9cdd06c24bf9ba8acd505a112e98e85 Mon Sep 17 00:00:00 2001 From: Interfiber Date: Mon, 14 Oct 2024 08:46:04 -0400 Subject: [PATCH] change to shared library --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 192e976..17a32ce 100644 --- a/init.lua +++ b/init.lua @@ -6,7 +6,7 @@ local hotwire_lib = grbc_library(LibraryConfig.new({ grbc_file("src/dlopen.c") }, - lib_type = LibraryType.Static, + lib_type = LibraryType.Shared, requirements = {}, compile_flags = {}, linker_flags = {},