We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f554dd commit ad09b6aCopy full SHA for ad09b6a
Makefile.configure
@@ -14,7 +14,7 @@ PROGRAM-cjson += \#include <cJSON.h>\n
14
PROGRAM-cjson += int main() { return cJSON_False; }
15
CCFLAGS-cjson = -I$(dir $(MAKEFILE))src/cjson
16
PROGRAM-system-cjson = $(PROGRAM-cjson)
17
-CCLFAGS-system-cjson = -lcJSON
+CCFLAGS-system-cjson = -lcJSON
18
19
sink:
20
@echo >&2 Please run from the top-level Makefile.
0 commit comments