fix(3p/nix/libexpr): Make new Bindings class visible to GC

This commit is contained in:
Vincent Ambo 2020-05-22 16:35:21 +01:00
parent 68e6e92a20
commit e24466c795
2 changed files with 9 additions and 6 deletions

View file

@ -53,6 +53,7 @@ libexpr_link_list = [
libexpr_link_args = [
'-lpthread',
'-lgccpp',
]
libexpr_cxx_args = []