]> Git Repo - VerusCoin.git/blob - darwin.mk.patch
Test
[VerusCoin.git] / darwin.mk.patch
1 *** depends/builders/darwin.mk  2017-01-03 10:53:52.440371182 +0000
2 --- ../../komodo-jl777/depends/builders/darwin.mk       2017-01-03 09:48:21.646034937 +0000
3 ***************
4 *** 1,5 ****
5 ! build_darwin_CC = gcc-6
6 ! build_darwin_CXX = g++-6
7   build_darwin_AR: = $(shell xcrun -f ar)
8   build_darwin_RANLIB: = $(shell xcrun -f ranlib)
9   build_darwin_STRIP: = $(shell xcrun -f strip)
10 --- 1,5 ----
11 ! build_darwin_CC: = $(shell xcrun -f clang)
12 ! build_darwin_CXX: = $(shell xcrun -f clang++)
13   build_darwin_AR: = $(shell xcrun -f ar)
14   build_darwin_RANLIB: = $(shell xcrun -f ranlib)
15   build_darwin_STRIP: = $(shell xcrun -f strip)
16 ***************
17 *** 7,17 ****
18   build_darwin_NM: = $(shell xcrun -f nm)
19   build_darwin_INSTALL_NAME_TOOL:=$(shell xcrun -f install_name_tool)
20   build_darwin_SHA256SUM = shasum -a 256
21 ! build_darwin_DOWNLOAD = wget --timeout=$(DOWNLOAD_CONNECT_TIMEOUT) --tries=$(DOWNLOAD_RETRIES) -nv -O
22   
23   #darwin host on darwin builder. overrides darwin host preferences.
24 ! darwin_CC= gcc-6
25 ! darwin_CXX= g++-6
26   darwin_AR:=$(shell xcrun -f ar)
27   darwin_RANLIB:=$(shell xcrun -f ranlib)
28   darwin_STRIP:=$(shell xcrun -f strip)
29 --- 7,17 ----
30   build_darwin_NM: = $(shell xcrun -f nm)
31   build_darwin_INSTALL_NAME_TOOL:=$(shell xcrun -f install_name_tool)
32   build_darwin_SHA256SUM = shasum -a 256
33 ! build_darwin_DOWNLOAD = curl --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -L -o
34   
35   #darwin host on darwin builder. overrides darwin host preferences.
36 ! darwin_CC=$(shell xcrun -f clang) -mmacosx-version-min=$(OSX_MIN_VERSION)
37 ! darwin_CXX:=$(shell xcrun -f clang++) -mmacosx-version-min=$(OSX_MIN_VERSION)
38   darwin_AR:=$(shell xcrun -f ar)
39   darwin_RANLIB:=$(shell xcrun -f ranlib)
40   darwin_STRIP:=$(shell xcrun -f strip)
This page took 0.025486 seconds and 4 git commands to generate.