kozyilmaz / zcash-apple

Zcash for Apple platforms
78 stars 21 forks source link

edge branch fails due to removal of --disable-libs #20

Closed rex4539 closed 6 years ago

rex4539 commented 6 years ago

Fails because --disable-libs has been removed by https://github.com/zcash/zcash/pull/3153

Removing --disable-libs from makefile it then fails with:

clangclang: : errorerror: : argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
kozyilmaz commented 6 years ago

edge branch should work now, tested with https://github.com/zcash/zcash/commit/312f70091bfccb6f61c600bc3b4cb92d6d59e1d8

rex4539 commented 6 years ago

Compiled :)