mirror of https://github.com/openssl/openssl.git
Revise build.info
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20348)
This commit is contained in:
parent
5129e59494
commit
652fbb62a3
|
@ -1,9 +1,16 @@
|
||||||
LIBS=../../libcrypto
|
LIBS=../../libcrypto
|
||||||
|
|
||||||
IF[{- !$disabled{'thread-pool'} -}]
|
IF[{- !$disabled{'thread-pool'} -}]
|
||||||
$THREADS=\
|
$THREADS_ARCH=\
|
||||||
api.c internal.c arch.c \
|
arch.c \
|
||||||
arch/thread_win.c arch/thread_posix.c arch/thread_none.c
|
arch/thread_win.c arch/thread_posix.c arch/thread_none.c
|
||||||
|
|
||||||
|
$THREADS=\
|
||||||
|
api.c internal.c $THREADS_ARCH
|
||||||
|
|
||||||
|
IF[{- !$disabled{quic} -}]
|
||||||
|
SHARED_SOURCE[../../libssl]=$THREADS_ARCH
|
||||||
|
ENDIF
|
||||||
ELSE
|
ELSE
|
||||||
$THREADS=api.c
|
$THREADS=api.c
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|
|
@ -33,13 +33,4 @@ ENDIF
|
||||||
|
|
||||||
IF[{- !$disabled{quic} -}]
|
IF[{- !$disabled{quic} -}]
|
||||||
SOURCE[../libssl]=priority_queue.c event_queue.c
|
SOURCE[../libssl]=priority_queue.c event_queue.c
|
||||||
|
|
||||||
IF[{- !$disabled{'thread-pool'} -}]
|
|
||||||
SHARED_SOURCE[../libssl]=\
|
|
||||||
../crypto/thread/arch/thread_posix.c \
|
|
||||||
../crypto/thread/arch/thread_win.c \
|
|
||||||
../crypto/thread/arch/thread_none.c \
|
|
||||||
../crypto/thread/arch.c
|
|
||||||
ENDIF
|
|
||||||
|
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|
Loading…
Reference in New Issue