Skip to content
Snippets Groups Projects
Commit a2eede98 authored by deuce's avatar deuce
Browse files

Whoops... no MT_CFLAGS here...

parent 05d763de
Branches
Tags
No related merge requests found
......@@ -59,6 +59,6 @@ endif
ifeq ($(os),darwin)
$(MTOBJODIR)$(DIRSEP)SDLMain$(OFILE): SDLMain.m
@echo $(COMPILE_MSG) $<
$(QUIET)$(CC) $(MT_CFLAGS) $(CCFLAGS) -o $@ -c $<
$(QUIET)$(CC) $(CFLAGS) $(CCFLAGS) -o $@ -c $<
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment