mirror of
https://github.com/curl/curl.git
synced 2026-06-03 09:54:17 +03:00
Changed the default OpenSSL include path
This commit is contained in:
parent
c7c84e7420
commit
15be441ad8
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ SOURCE \
|
|||
|
||||
USERINCLUDE ../../../lib ../../../include/curl
|
||||
#ifdef ENABLE_SSL
|
||||
USERINCLUDE /epoc32/include/stdapis/openssl
|
||||
USERINCLUDE /epoc32/include/osextensions/stdapis
|
||||
// Older versions of the SDK need this instead:
|
||||
//USERINCLUDE /epoc32/include/stdapis/openssl
|
||||
#endif
|
||||
|
||||
SYSTEMINCLUDE ../../../include /epoc32/include/stdapis /epoc32/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue