test1177: look for curl.h in source directory

If we use a separate build directory, there is no copy of the header.

Closes #5310
This commit is contained in:
Kamil Dudka 2020-04-29 13:27:20 +02:00
parent 1066f5f0d4
commit 68774da9ca
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Verify that CURL_VERSION_* in headers and docs are in sync
</name>
<command type="perl">
%SRCDIR/version-scan.pl %SRCDIR/../docs/libcurl/curl_version_info.3 ../include/curl/curl.h
%SRCDIR/version-scan.pl %SRCDIR/../docs/libcurl/curl_version_info.3 %SRCDIR/../include/curl/curl.h
</command>
</client>