diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-10-25 21:38:57 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-10-25 21:38:57 -0400 |
commit | b91ed92fa47b1571bd2d66215a5f5b6e8c0100c8 (patch) | |
tree | 41f35572556c8383ab82ce45b5a5d3b001687176 | |
parent | Merge pull request #9002 (diff) | |
parent | depends: unwind: do not build for linux hosts (diff) | |
download | monero-b91ed92fa47b1571bd2d66215a5f5b6e8c0100c8.tar.xz |
Merge pull request #9003
b9f1e37 depends: unwind: do not build for linux hosts (tobtoht)
-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 280b699d8..6bc5a6fa1 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) |