-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I was build default example from dmw repo target to aarch64-unknown-linux-gnu. Then run on my arm64 tablet with Debian.
But getting error:
error: Uncaught (in promise) Error: Could not open library: /path/to/.cache/deno/glfw3_v3-4-0.so: file to short
mod = Deno.dlopen(tmp, symbols);
^
at new DynamicLibrary (ext:deno_ffi . . .
. . .It seems the library does not yet provide build lib for aarch64-unknown-linux-gnu target machine.
But it work pretty well on Windows/Linux x86_64 target.
How do i can build the library for specific target, so i can contribute too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels