Explorar el Código

used gcc for building osx; updated makefile accordingly

Josh Bicking hace 8 años
padre
commit
dfe683a2a5
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  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