Use $(AR) environment variable with libcjson.a

Allow for alternative archive tool when using make.
This commit is contained in:
Ian Mobley 2016-10-06 13:05:37 -07:00
parent 1822521a14
commit 85aa59be38
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $(DYLIBNAME): $(OBJ)
$(DYLIBCMD) $< $(LDFLAGS)
$(STLIBNAME): $(OBJ)
ar rcs $@ $<
$(AR) rcs $@ $<
$(OBJ): cJSON.c cJSON.h