diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 20:09:11 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 20:09:11 -0500 |
commit | e7b5b231e0681546e58dc4ad666c24063694daa5 (patch) | |
tree | 8549bb32b688ded89f302de794e6db056a677168 | |
parent | Merge pull request #5857 (diff) | |
parent | Fix Travis build on Windows + Mac (diff) | |
download | monero-e7b5b231e0681546e58dc4ad666c24063694daa5.tar.xz |
Merge pull request #5858
5f4bd92 Fix Travis build on Windows + Mac (hyperreality)
-rw-r--r-- | contrib/depends/packages/packages.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/packages/packages.mk b/contrib/depends/packages/packages.mk index 1e5a74670..f4b9c6407 100644 --- a/contrib/depends/packages/packages.mk +++ b/contrib/depends/packages/packages.mk @@ -12,7 +12,7 @@ packages += gtest endif ifneq ($(host_arch),riscv64) - packages += unwind +linux_packages += unwind endif ifeq ($(host_os),mingw32) |