Browse Source

used gcc for building osx; updated makefile accordingly

Josh Bicking 8 years ago
parent
commit
dfe683a2a5
2 changed files with 6 additions and 1 deletions
  1. 6 1
      Makefile
  2. BIN
      bin/osx/FalloutTerminal-osx.zip

+ 6 - 1
Makefile

@@ -1,4 +1,9 @@
-CC = gcc
+ifeq ($(shell uname -s),Darwin)
+	CC = /usr/local/Cellar/gcc/5.3.0/bin/gcc-5 
+else
+	CC = gcc
+endif 
+
 CFLAGS = -std=c99
 
 # DEBUGGING FLAGS

BIN
bin/osx/FalloutTerminal-osx.zip