Merge pull request #15 from aeternity/mac-m1-support

Mac m1 support
This commit is contained in:
seanhinde 2021-11-24 13:52:23 +01:00 committed by GitHub
commit 74b78169f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 715 additions and 698 deletions

View File

@ -1,4 +1,4 @@
[target.x86_64-apple-darwin] [target.'cfg(target_os = "macos")']
rustflags = [ rustflags = [
"-C", "link-arg=-undefined", "-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup", "-C", "link-arg=dynamic_lookup",

1405
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ ethcore-builtin = { git = "https://github.com/paritytech/parity-ethereum.git", r
lazy_static = "1.3.0" lazy_static = "1.3.0"
libc = "0.2.60" libc = "0.2.60"
parity-bytes = "0.1.0" parity-bytes = "0.1.0"
rustler = "0.20.0" rustler = "0.21.0"
[lib] [lib]
crate-type = ["cdylib"] crate-type = ["cdylib"]

View File

@ -3,7 +3,7 @@
{ecrecoverprebuilt, {ecrecoverprebuilt,
{ecrecoverprebuilt_app_with_priv_from_git, {ecrecoverprebuilt_app_with_priv_from_git,
{git, "https://github.com/aeternity/ecrecover-prebuilt.git", {git, "https://github.com/aeternity/ecrecover-prebuilt.git",
{ref, "274f90b"}}}} {ref, "92c2609"}}}}
]}. ]}.
{plugins, [{rebar_ecrecoverprebuilt_dep, {plugins, [{rebar_ecrecoverprebuilt_dep,

View File

@ -1,5 +1,5 @@
[{<<"ecrecoverprebuilt">>, [{<<"ecrecoverprebuilt">>,
{ecrecoverprebuilt_app_with_priv_from_git, {ecrecoverprebuilt_app_with_priv_from_git,
{git,"https://github.com/aeternity/ecrecover-prebuilt.git", {git,"https://github.com/aeternity/ecrecover-prebuilt.git",
{ref,"274f90ba3d93468e8eec405309b43b6c97ae4246"}}}, {ref,"92c2609a03ce9ec8f466026efed6f0f35c715195"}}},
0}]. 0}].