From 9ea93fa91a64625d0b0670204b4c977e17cbc283 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Sun, 20 Apr 2014 12:26:44 -0400 Subject: use more normal g++ name --- Makefile.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.osx b/Makefile.osx index 104512f..1c4cc9e 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -1,5 +1,5 @@ VERSION=\"0.0.5\" -CC = x86_64-apple-darwin10-g++-mp-4.8 +CC = g++-mp-4.8 CFLAGS = -O3 -s -march=native -Wall -Wextra -DVERSION=$(VERSION) -std=c++11 DESTDIR = /usr/local -- cgit v1.2.1