]> Git Repo - VerusCoin.git/blobdiff - darwin.mk.patch
Merge pull request #751 from jl777/jl777
[VerusCoin.git] / darwin.mk.patch
index 80bc5b2d9ad3f23105c5db6f45dfc9ff6f2fd6ba..fdfd7bc389928cd31b4242dab2581f630f701b8d 100644 (file)
@@ -2,8 +2,8 @@
 --- ../../komodo-jl777/depends/builders/darwin.mk      2017-01-03 09:48:21.646034937 +0000
 ***************
 *** 1,5 ****
-! build_darwin_CC = gcc-5
-! build_darwin_CXX = g++-5
+! build_darwin_CC = gcc-6
+! build_darwin_CXX = g++-6
   build_darwin_AR: = $(shell xcrun -f ar)
   build_darwin_RANLIB: = $(shell xcrun -f ranlib)
   build_darwin_STRIP: = $(shell xcrun -f strip)
@@ -21,8 +21,8 @@
 ! build_darwin_DOWNLOAD = wget --timeout=$(DOWNLOAD_CONNECT_TIMEOUT) --tries=$(DOWNLOAD_RETRIES) -nv -O
   
   #darwin host on darwin builder. overrides darwin host preferences.
-! darwin_CC= gcc-5
-! darwin_CXX= g++-5
+! darwin_CC= gcc-6
+! darwin_CXX= g++-6
   darwin_AR:=$(shell xcrun -f ar)
   darwin_RANLIB:=$(shell xcrun -f ranlib)
   darwin_STRIP:=$(shell xcrun -f strip)
This page took 0.019558 seconds and 4 git commands to generate.