aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@jupiter.cs.drexel.edu>2014-04-20 12:26:44 -0400
committerCalvin Morrison <calvin@jupiter.cs.drexel.edu>2014-04-20 12:26:44 -0400
commit9ea93fa91a64625d0b0670204b4c977e17cbc283 (patch)
tree7cc0bc4f5c2f2e26686280615e70fdf822d59d83
parent4698388304aba000592f71a10d1240ade01fb504 (diff)
use more normal g++ name
-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