diff options
Diffstat (limited to 'pkg/curl/gen.lua')
| -rw-r--r-- | pkg/curl/gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua index a6c7bc96..1c07039b 100644 --- a/pkg/curl/gen.lua +++ b/pkg/curl/gen.lua @@ -33,7 +33,7 @@ pkg.hdrs = copy('$outdir/include/curl', '$srcdir/include/curl', { }) pkg.deps = { '$outdir/curl_config.h', - '$dir/headers', + '$gendir/headers', 'pkg/bearssl/headers', 'pkg/zlib/headers', } @@ -81,7 +81,7 @@ lib('libcurl.a', [[ ]]) build('cc', '$outdir/tool_hugehelp.c.o', { - '$dir/tool_hugehelp.c', '||', '$dir/deps', '$srcdir/src/tool_hugehelp.h', + '$dir/tool_hugehelp.c', '||', '$gendir/deps', '$srcdir/src/tool_hugehelp.h', }) -- src/src/Makefile.inc:/^CURL_CFILES |
