aboutsummaryrefslogtreecommitdiff
path: root/core/bearssl
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-17 14:25:43 +0300
committerCem Keylan <cem@ckyln.com>2020-06-17 14:25:43 +0300
commitde96a6c146a6d1a8e39861c9a498af384f54d7c0 (patch)
treea7499417430d311e043a623fe64e3bcb2858bbaa /core/bearssl
parent9615c605fde72c5afeffc3584752db93b41c87aa (diff)
downloadrepository-de96a6c146a6d1a8e39861c9a498af384f54d7c0.tar.gz
bearssl: fix build
Diffstat (limited to 'core/bearssl')
-rwxr-xr-xcore/bearssl/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bearssl/build b/core/bearssl/build
index 0b40bffc..21bbd789 100755
--- a/core/bearssl/build
+++ b/core/bearssl/build
@@ -15,6 +15,7 @@ make
# shellcheck disable=2086
"${CC:-cc}" \
-static $CFLAGS \
+ -I ./inc \
-include tools/brssl.h \
tools/*.c \
build/libbearssl.a \