Skip to content

Commit ad09b6a

Browse files
ffontainethiagomacieira
authored andcommitted
Fix detection of system-cjson
Replace CCLFAGS-system-cjson by CCFLAGS-system-cjson Fixes: - http://autobuild.buildroot.net/results/8fc/8fc7365e0dc777edc57e950a84df7fddc13c6776 Signed-off-by: Fabrice Fontaine <[email protected]> Signed-off-by: Thiago Macieira <[email protected]>
1 parent 7f554dd commit ad09b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PROGRAM-cjson += \#include <cJSON.h>\n
1414
PROGRAM-cjson += int main() { return cJSON_False; }
1515
CCFLAGS-cjson = -I$(dir $(MAKEFILE))src/cjson
1616
PROGRAM-system-cjson = $(PROGRAM-cjson)
17-
CCLFAGS-system-cjson = -lcJSON
17+
CCFLAGS-system-cjson = -lcJSON
1818

1919
sink:
2020
@echo >&2 Please run from the top-level Makefile.

0 commit comments

Comments
 (0)