mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #5858
5f4bd92
Fix Travis build on Windows + Mac (hyperreality)
This commit is contained in:
commit
e7b5b231e0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue