]> Git Repo - VerusCoin.git/blame - depends/builders/darwin.mk
Merge branch 'dev' into jl777
[VerusCoin.git] / depends / builders / darwin.mk
CommitLineData
e891d64b
JB
1build_darwin_CC = gcc-5
2build_darwin_CXX = g++-5
1dec09b3
CF
3build_darwin_AR: = $(shell xcrun -f ar)
4build_darwin_RANLIB: = $(shell xcrun -f ranlib)
5build_darwin_STRIP: = $(shell xcrun -f strip)
6build_darwin_OTOOL: = $(shell xcrun -f otool)
7build_darwin_NM: = $(shell xcrun -f nm)
8build_darwin_INSTALL_NAME_TOOL:=$(shell xcrun -f install_name_tool)
9build_darwin_SHA256SUM = shasum -a 256
e9fac086 10#<<<<<<< HEAD
11##build_darwin_DOWNLOAD = curl --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -L -f -o
1dec09b3
CF
12
13#darwin host on darwin builder. overrides darwin host preferences.
e9fac086 14#darwin_CC= gcc-5
15#darwin_CXX= g++-5
16#=======
b0a7ddb0 17build_darwin_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -o
1dec09b3
CF
18
19#darwin host on darwin builder. overrides darwin host preferences.
20darwin_CC=$(shell xcrun -f clang) -mmacosx-version-min=$(OSX_MIN_VERSION)
377092a1 21darwin_CXX:=$(shell xcrun -f clang++) -mmacosx-version-min=$(OSX_MIN_VERSION) -stdlib=libc++
e9fac086 22#>>>>>>> zcash/master
1dec09b3
CF
23darwin_AR:=$(shell xcrun -f ar)
24darwin_RANLIB:=$(shell xcrun -f ranlib)
25darwin_STRIP:=$(shell xcrun -f strip)
26darwin_LIBTOOL:=$(shell xcrun -f libtool)
27darwin_OTOOL:=$(shell xcrun -f otool)
28darwin_NM:=$(shell xcrun -f nm)
29darwin_INSTALL_NAME_TOOL:=$(shell xcrun -f install_name_tool)
30darwin_native_toolchain=
This page took 0.158889 seconds and 4 git commands to generate.