mirror of
https://github.com/openssl/openssl.git
synced 2025-01-05 16:53:51 +08:00
Add -Iinclude to crypto/ compiles
The move of headers from crypto/ to crypto/include/internal/ needs this extra inclusion directory or the build fails. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
b39fc56061
commit
a120ed39a6
@ -5,7 +5,7 @@
|
||||
DIR= crypto
|
||||
TOP= ..
|
||||
CC= cc
|
||||
INCLUDE= -I. -I$(TOP) -I../include $(ZLIB_INCLUDE)
|
||||
INCLUDE= -I. -I$(TOP) -I../include -Iinclude $(ZLIB_INCLUDE)
|
||||
# INCLUDES targets sudbirs!
|
||||
INCLUDES= -I.. -I../.. -I../modes -I../include -I../../include $(ZLIB_INCLUDE)
|
||||
CFLAG= -g
|
||||
|
Loading…
Reference in New Issue
Block a user