mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
Fix libcurl.pc and curl-config generation for static MingW* cross builds
This commit is contained in:
parent
b061fed981
commit
a379a4c163
3 changed files with 15 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# This software is licensed as described in the file COPYING, which
|
||||
# you should have received as part of this distribution. The terms
|
||||
|
|
@ -36,4 +36,4 @@ Description: Library to transfer files with ftp, http, etc.
|
|||
Version: @CURLVERSION@
|
||||
Libs: -L${libdir} -lcurl @LIBS@
|
||||
Libs.private: @LIBCURL_LIBS@ @LIBS@
|
||||
Cflags: -I${includedir}
|
||||
Cflags: -I${includedir} @CPPFLAG_CURL_STATICLIB@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue