mirror of
https://github.com/curl/curl.git
synced 2026-04-22 02:42:14 +03:00
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:
parent
1066f5f0d4
commit
68774da9ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue