Skip to content
Snippets Groups Projects
Commit 04840ca1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Apparently ar can't update this when it's fat.

Hopefully this is the only lib like this (maybe the resources?)
parent 5508a8a5
Branches
Tags
No related merge requests found
...@@ -50,8 +50,10 @@ endif ...@@ -50,8 +50,10 @@ endif
# CIOLIB Library Link Rule # CIOLIB Library Link Rule
$(CIOLIB-MT_BUILD): $(MTOBJODIR) $(OBJS) $(CIOLIB_INTERPOLATE_TARGET) $(CIOLIB-MT_BUILD): $(MTOBJODIR) $(OBJS) $(CIOLIB_INTERPOLATE_TARGET)
@echo Creating $@ ... @echo Creating $@ ...
ifdef FAT
$(QUIET)$(DELETE) $@
endif
$(QUIET)$(AR) rc $@ $(OBJS) $(QUIET)$(AR) rc $@ $(OBJS)
$(QUIET)$(RANLIB) $@ $(QUIET)$(RANLIB) $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment