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
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,10 @@ endif
# CIOLIB Library Link Rule
$(CIOLIB-MT_BUILD): $(MTOBJODIR) $(OBJS) $(CIOLIB_INTERPOLATE_TARGET)
@echo Creating $@ ...
ifdef FAT
$(QUIET)$(DELETE) $@
endif
$(QUIET)$(AR) rc $@ $(OBJS)
$(QUIET)$(RANLIB) $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment