Commit c67c37e8 authored by Joey Adams's avatar Joey Adams Committed by Rusty Russell

tools: Added "-I." to fix ccan_depends --compile

(Patched forward by Rusty)
parent 376edd78
...@@ -63,7 +63,7 @@ static char *compile_info(const void *ctx, const char *dir) ...@@ -63,7 +63,7 @@ static char *compile_info(const void *ctx, const char *dir)
compiled = maybe_temp_file(ctx, "", false, "info"); compiled = maybe_temp_file(ctx, "", false, "info");
if (compile_and_link(ctx, info_c_file, ccandir, "", if (compile_and_link(ctx, info_c_file, ccandir, "",
CCAN_COMPILER, CCAN_CFLAGS, "", CCAN_COMPILER, CCAN_CFLAGS " -I.", "",
compiled, &output)) compiled, &output))
return compiled; return compiled;
return NULL; return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment