change to shared library

This commit is contained in:
Hunter 2024-10-14 08:46:04 -04:00
parent c3da063493
commit c63b3abfc9

View file

@ -6,7 +6,7 @@ local hotwire_lib = grbc_library(LibraryConfig.new({
grbc_file("src/dlopen.c") grbc_file("src/dlopen.c")
}, },
lib_type = LibraryType.Static, lib_type = LibraryType.Shared,
requirements = {}, requirements = {},
compile_flags = {}, compile_flags = {},
linker_flags = {}, linker_flags = {},