aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/native_cctools.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-06Split native_clang out of native_cctoolsHoward Chu1-48/+4
Needed for compiling native_libtapi
2022-05-06Update native_cctools for newer SDK supportHoward Chu1-4/+5
2021-07-01depends: add getmonero package mirrorselsta1-1/+2
2019-11-18"Fix" non-determinism in native_cctools buildHoward Chu1-0/+4
By omitting the otool binary which is built non-deterministically. We don't use it anyway.
2019-04-10build: debug and test builds via contribDusan Klinec1-0/+1
2018-09-10Initial depends additionTheCharlatan1-0/+65
Depends cross compiles project dependencies for linux, mac and windows and multiple architectures. Depends is original work by Cory Fields and used in bitcoin and a wide range of bitcoin related projects.