mirror of https://github.com/DaveGamble/cJSON
fix make failed in mac os
This commit is contained in:
parent
4454731775
commit
4755aea837
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue