mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
a2488ae792
Changes introduced in #13633 have broken the ability to compile for linux/aarch64 - specifically the use of a `i8` as a char type, which is an `u8` on linux/aarch64. This PR: - Replaces instances of `i8` with the architecture-aware wrapper type `c_char` - Skips the use of `--export-dynamic-symbol` on linux-aarch64, because the target environments often rely on older libc/binutils versions |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
array_test.js | ||
async_test.js | ||
build.rs | ||
callback_test.js | ||
Cargo.toml | ||
coerce_test.js | ||
common.js | ||
numbers_test.js | ||
object_wrap_test.js | ||
promise_test.js | ||
properties_test.js | ||
strings_test.js | ||
typedarray_test.js |