aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.osx2
1 files changed, 1 insertions, 1 deletions
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