diff options
author | TheCharlatan <seb.kung@gmail.com> | 2018-10-17 13:56:01 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2018-10-18 11:54:20 +0200 |
commit | 109717a5fdfc9251997cab4933af6c8608d2bf9e (patch) | |
tree | 1062e1b28a5fe2e113af9964aa7b4121e55c803e /contrib/depends | |
parent | Merge pull request #4610 (diff) | |
download | monero-109717a5fdfc9251997cab4933af6c8608d2bf9e.tar.xz |
Remove Travis check in depends toolchain file
The architecture for darwin is now detected correctly, remove the
override for it.
Diffstat (limited to 'contrib/depends')
-rw-r--r-- | contrib/depends/toolchain.cmake.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/depends/toolchain.cmake.in b/contrib/depends/toolchain.cmake.in index 66168facb..f59b7b5ee 100644 --- a/contrib/depends/toolchain.cmake.in +++ b/contrib/depends/toolchain.cmake.in @@ -51,9 +51,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") SET(APPLE True) SET(BUILD_TAG "mac-x64") SET(BUILD_64 ON) - if(NOT TRAVIS) - SET(ARCH "x86_64") - endif() SET(BREW OFF) SET(PORT OFF) SET(CMAKE_OSX_SYSROOT "@sdk@/MacOSX10.11.sdk/") |