change to shared library
This commit is contained in:
parent
c3da063493
commit
c63b3abfc9
1 changed files with 1 additions and 1 deletions
2
init.lua
2
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 = {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue