mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Configure: pcre.lib dependencies fix.
Previously, an attempt to build pcre.lib on win32 before anything else failed due to no pcre.h.
This commit is contained in:
parent
d2d8b82b87
commit
4ef185789e
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ case "$NGX_PLATFORM" in
|
|||
|
||||
cat << END >> $NGX_MAKEFILE
|
||||
|
||||
`echo "$PCRE/pcre.lib: $NGX_MAKEFILE" | sed -e "s/\//$ngx_regex_dirsep/g"`
|
||||
`echo "$PCRE/pcre.lib: $PCRE/pcre.h $NGX_MAKEFILE" \
|
||||
| sed -e "s/\//$ngx_regex_dirsep/g"`
|
||||
\$(MAKE) -f auto/lib/pcre/$ngx_makefile $ngx_pcre $ngx_opt
|
||||
|
||||
`echo "$PCRE/pcre.h:" | sed -e "s/\//$ngx_regex_dirsep/g"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue