提交 4114f8f0 编写于 作者: R Richard Levitte

Add include path '..' for libtestutil

Since it uses some of the apps/ stuff and some of them include e_os.h...
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3307)
上级 b5c4209b
...@@ -12,7 +12,7 @@ IF[{- !$disabled{tests} -}] ...@@ -12,7 +12,7 @@ IF[{- !$disabled{tests} -}]
SOURCE[libtestutil.a]=testutil/basic_output.c testutil/driver.c \ SOURCE[libtestutil.a]=testutil/basic_output.c testutil/driver.c \
testutil/tests.c testutil/test_main.c testutil/main.c \ testutil/tests.c testutil/test_main.c testutil/main.c \
{- rebase_files("../apps", $target{apps_aux_src}) -} {- rebase_files("../apps", $target{apps_aux_src}) -}
INCLUDE[libtestutil.a]=../include INCLUDE[libtestutil.a]=.. ../include
DEPEND[libtestutil.a]=../libcrypto DEPEND[libtestutil.a]=../libcrypto
# Special hack for descrip.mms to include the MAIN object module # Special hack for descrip.mms to include the MAIN object module
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册