diff options
author | tobtoht <tob@featherwallet.org> | 2023-09-26 08:57:50 +0200 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-09-26 09:47:36 +0200 |
commit | b9f1e37d337a8dd32e9f6572a462a69098d250a8 (patch) | |
tree | cd5a4284b56b82846adb6d1c24fc7ae6503185a0 | |
parent | Merge pull request #8976 (diff) | |
download | monero-b9f1e37d337a8dd32e9f6572a462a69098d250a8.tar.xz |
depends: unwind: do not build for linux hosts
-rw-r--r-- | contrib/depends/packages/packages.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/depends/packages/packages.mk b/contrib/depends/packages/packages.mk index ea4a0effd..aacdba89e 100644 --- a/contrib/depends/packages/packages.mk +++ b/contrib/depends/packages/packages.mk @@ -25,10 +25,6 @@ ifeq ($(build_tests),ON) packages += gtest endif -ifneq ($(host_arch),riscv64) -linux_packages += unwind -endif - mingw32_packages = sodium $(hardware_packages) mingw32_native_packages = $(hardware_native_packages) |