mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 22:28:56 +00:00
(svn r2843) OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer
This commit is contained in:
parent
062ed26b4d
commit
a837d74ae6
4
Makefile
4
Makefile
@ -1009,7 +1009,7 @@ endif
|
|||||||
|
|
||||||
.deps/%.d: %.m table/strings.h endian_target.h
|
.deps/%.d: %.m table/strings.h endian_target.h
|
||||||
@echo '===> Determining dependencies of $<'
|
@echo '===> Determining dependencies of $<'
|
||||||
$(Q)$(OBJC) $(CFLAGS) -M $< > $@
|
$(Q)$(CC) $(CFLAGS) -M $< > $@
|
||||||
|
|
||||||
|
|
||||||
%.o: %.c $(MAKE_CONFIG)
|
%.o: %.c $(MAKE_CONFIG)
|
||||||
@ -1022,7 +1022,7 @@ endif
|
|||||||
|
|
||||||
%.o: %.m $(MAKE_CONFIG)
|
%.o: %.m $(MAKE_CONFIG)
|
||||||
@echo '===> Compiling $<'
|
@echo '===> Compiling $<'
|
||||||
$(Q)$(OBJC) $(CFLAGS) $(CDEFS) -c -o $@ $<
|
$(Q)$(CC) $(CFLAGS) $(CDEFS) -c -o $@ $<
|
||||||
|
|
||||||
|
|
||||||
info:
|
info:
|
||||||
|
Loading…
Reference in New Issue
Block a user