better extract musl lib

This commit is contained in:
Brendan Hansknecht 2023-06-01 21:09:28 -07:00
parent 159f95aad1
commit 77624f627b
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
5 changed files with 65 additions and 31 deletions

View file

@ -0,0 +1 @@
pub const memcpy = @import("musl/memcpy.zig").musl_memcpy;