diff options
Diffstat (limited to 'Makefile.src.in')
-rw-r--r-- | Makefile.src.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.src.in b/Makefile.src.in index 2b268731d..eb9398839 100644 --- a/Makefile.src.in +++ b/Makefile.src.in @@ -253,6 +253,9 @@ $(BIN_DIR)/$(TTD): $(TTD) ifeq ($(OS), UNIX) $(Q)cp $(MEDIA_DIR)/openttd.32.bmp $(BIN_DIR)/data/ endif +ifeq ($(OS), OSX) + $(Q)cp $(ROOT_DIR)/os/macosx/splash.png $(BIN_DIR)/data/ +endif $(TTD): $(OBJS) $(CONFIG_CACHE_LINKER) $(E) '$(STAGE) Linking $@' |