Sfoglia il codice sorgente

used gcc for building osx; updated makefile accordingly

Josh Bicking 8 anni fa
parent
commit
dfe683a2a5
2 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  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