Attempt to fix boringssl tests
Commit abe256e795
changed the config target
element from 'cxx' to 'CXX'; catch up accordingly.
Also use a space to offset the template boundary, per convention.
[extended tests]
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5577)
This commit is contained in:
parent
d1142857e4
commit
9ad9794273
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
IF[{- defined $target{cxx} && !$disabled{"external-tests"}-}]
|
||||
IF[{- defined $target{CXX} && !$disabled{"external-tests"} -}]
|
||||
PROGRAMS_NO_INST=ossl_shim
|
||||
SOURCE[ossl_shim]=ossl_shim.cc async_bio.cc packeted_bio.cc test_config.cc
|
||||
INCLUDE[ossl_shim]=. include ../../include
|
||||
|
|
Loading…
Reference in a new issue