diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-17 14:25:43 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-17 14:25:43 +0300 |
commit | de96a6c146a6d1a8e39861c9a498af384f54d7c0 (patch) | |
tree | a7499417430d311e043a623fe64e3bcb2858bbaa /core | |
parent | 9615c605fde72c5afeffc3584752db93b41c87aa (diff) | |
download | repository-de96a6c146a6d1a8e39861c9a498af384f54d7c0.tar.gz |
bearssl: fix build
Diffstat (limited to 'core')
-rwxr-xr-x | core/bearssl/build | 1 |
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 \ |