Skip to content

Commit

Permalink
Now fix the actual problem-- that the thing was static linking but I …
Browse files Browse the repository at this point in the history
…hadn't registered the function through the FFI.
  • Loading branch information
viega committed Jul 2, 2024
1 parent 52b120b commit 89008e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ void
add_static_symbols()
{
c4m_add_static_function(c4m_new_utf8("strndup"), strndup);
c4m_add_static_function(c4m_new_utf8("c4m_list_append"), c4m_list_append);
}

static int
Expand Down

0 comments on commit 89008e8

Please sign in to comment.