mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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:
parent
cdfa2e58df
commit
5f4bd92e06
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ packages += gtest
|
|||
endif
|
||||
|
||||
ifneq ($(host_arch),riscv64)
|
||||
packages += unwind
|
||||
linux_packages += unwind
|
||||
endif
|
||||
|
||||
ifeq ($(host_os),mingw32)
|
||||
|
|
Loading…
Reference in a new issue