aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2023-12-14 03:45:52 +0000
committerViktor Szakats <commit@vsz.me>2023-12-14 03:45:52 +0000
commit834434b27dfd02a51c6f71938eb6ec9096ec0b6c (patch)
tree6f2f43770490e81d14625fb24689aaef0db0adc9
parent848950877fb2d66d76cb1258fc28a2b1b453a42d (diff)
downloadportable-834434b27dfd02a51c6f71938eb6ec9096ec0b6c.tar.gz
portable-834434b27dfd02a51c6f71938eb6ec9096ec0b6c.tar.bz2
portable-834434b27dfd02a51c6f71938eb6ec9096ec0b6c.zip
try avoiding empty compat libs
-rw-r--r--crypto/CMakeLists.txt2
-rw-r--r--tls/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 496d64b..128a774 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -734,7 +734,7 @@ set(
734 x509/x_all.c 734 x509/x_all.c
735) 735)
736 736
737set(COMPAT_SRC "") 737set(COMPAT_SRC empty.c)
738 738
739if(UNIX) 739if(UNIX)
740 set(CRYPTO_SRC ${CRYPTO_SRC} crypto_lock.c) 740 set(CRYPTO_SRC ${CRYPTO_SRC} crypto_lock.c)
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt
index 33ae184..919b1fa 100644
--- a/tls/CMakeLists.txt
+++ b/tls/CMakeLists.txt
@@ -14,7 +14,7 @@ set(
14 tls_verify.c 14 tls_verify.c
15) 15)
16 16
17set(TLS_COMPAT_SRC "") 17set(TLS_COMPAT_SRC empty.c)
18 18
19if(WIN32) 19if(WIN32)
20 set( 20 set(