mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 19:12:47 +08: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
@ -32,7 +32,8 @@ case "$NGX_PLATFORM" in
|
|||||||
|
|
||||||
cat << END >> $NGX_MAKEFILE
|
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
|
\$(MAKE) -f auto/lib/pcre/$ngx_makefile $ngx_pcre $ngx_opt
|
||||||
|
|
||||||
`echo "$PCRE/pcre.h:" | sed -e "s/\//$ngx_regex_dirsep/g"`
|
`echo "$PCRE/pcre.h:" | sed -e "s/\//$ngx_regex_dirsep/g"`
|
||||||
|
Loading…
Reference in New Issue
Block a user