Skip to content

Commit

Permalink
Merge pull request #405 from Alanscut/issue-404
Browse files Browse the repository at this point in the history
fix make failed in mac os
  • Loading branch information
Alanscut committed Nov 2, 2019
2 parents 4454731 + 4755aea commit 533ff8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $(CJSON_SHARED_VERSION): $(CJSON_OBJ)
$(CC) -shared -o $@ $< $(CJSON_SO_LDFLAG) $(LDFLAGS)
#cJSON_Utils
$(UTILS_SHARED_VERSION): $(UTILS_OBJ)
$(CC) -shared -o $@ $< $(UTILS_SO_LDFLAG) $(LDFLAGS)
$(CC) -shared -o $@ $< $(CJSON_OBJ) $(UTILS_SO_LDFLAG) $(LDFLAGS)

#objects
#cJSON
Expand Down

0 comments on commit 533ff8a

Please sign in to comment.