Skip to content

Commit

Permalink
fix: update aarch64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
liuq19 committed Apr 19, 2024
1 parent 05aa8b1 commit d613727
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified dev/internal/link/libsonic_rs_aarch64-unknown-linux-gnu.so
Binary file not shown.
1 change: 0 additions & 1 deletion dev/internal/link/link.go
Expand Up @@ -35,6 +35,5 @@ func init() {
syms := Link(sonic_rs_blob, []string{"sonic_rs_ffi_parse", "sonic_rs_ffi_free"})
Sonic_rs_parse = syms[0]
Sonic_rs_free = syms[1]
println("symbols are ", Sonic_rs_parse, Sonic_rs_free)
}

0 comments on commit d613727

Please sign in to comment.