mirror of
https://github.com/monero-project/monero.git
synced 2025-01-09 20:40:11 +00:00
Merge pull request #9003
b9f1e37
depends: unwind: do not build for linux hosts (tobtoht)
This commit is contained in:
commit
b91ed92fa4
1 changed files with 0 additions and 4 deletions
|
@ -25,10 +25,6 @@ ifeq ($(build_tests),ON)
|
||||||
packages += gtest
|
packages += gtest
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(host_arch),riscv64)
|
|
||||||
linux_packages += unwind
|
|
||||||
endif
|
|
||||||
|
|
||||||
mingw32_packages = sodium $(hardware_packages)
|
mingw32_packages = sodium $(hardware_packages)
|
||||||
mingw32_native_packages = $(hardware_native_packages)
|
mingw32_native_packages = $(hardware_native_packages)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue