change to shared library
This commit is contained in:
parent
c3da063493
commit
c63b3abfc9
2
init.lua
2
init.lua
|
@ -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 = {},
|
||||||
|
|
Loading…
Reference in a new issue