Merge pull request #5858

5f4bd92 Fix Travis build on Windows + Mac (hyperreality)
This commit is contained in:
luigi1111 2019-09-08 20:09:11 -05:00
commit e7b5b231e0
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ packages += gtest
endif
ifneq ($(host_arch),riscv64)
packages += unwind
linux_packages += unwind
endif
ifeq ($(host_os),mingw32)