mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
[fix]: Makefile dependency for target "shared"
This commit is contained in:
parent
cb8693b058
commit
d0df8ca132
4
Makefile
4
Makefile
@ -100,8 +100,8 @@ $(UTILS_STATIC): $(UTILS_OBJ)
|
||||
$(CJSON_SHARED_VERSION): $(CJSON_OBJ)
|
||||
$(CC) -shared -o $@ $< $(CJSON_SO_LDFLAG) $(LDFLAGS)
|
||||
#cJSON_Utils
|
||||
$(UTILS_SHARED_VERSION): $(UTILS_OBJ)
|
||||
$(CC) -shared -o $@ $< $(CJSON_OBJ) $(UTILS_SO_LDFLAG) $(LDFLAGS)
|
||||
$(UTILS_SHARED_VERSION): $(UTILS_OBJ) $(CJSON_OBJ)
|
||||
$(CC) -shared -o $@ $< $(UTILS_SO_LDFLAG) $(LDFLAGS)
|
||||
|
||||
#objects
|
||||
#cJSON
|
||||
|
Loading…
Reference in New Issue
Block a user