mirror of
https://github.com/monero-project/monero.git
synced 2025-12-13 08:52:33 +01:00
Fix Travis build on Windows + Mac
Following 13c0b8c, the unwind package is being attempted to be built on
Windows and Mac when it should only be built on Linux.
This commit is contained in:
@@ -12,7 +12,7 @@ packages += gtest
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(host_arch),riscv64)
|
ifneq ($(host_arch),riscv64)
|
||||||
packages += unwind
|
linux_packages += unwind
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(host_os),mingw32)
|
ifeq ($(host_os),mingw32)
|
||||||
|
|||||||
Reference in New Issue
Block a user