diff options
-rwxr-xr-x | core/bearssl/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bearssl/build b/core/bearssl/build index 29ead982..2faf0498 100755 --- a/core/bearssl/build +++ b/core/bearssl/build @@ -11,7 +11,7 @@ kinstall() { [ "$CPT_CROSS_TRIPLET" ] && CC=$CPT_CROSS_TRIPLET-cc AR=$CPT_CROSS_TRIPLET-ar -make "CC=${CC:=cc}" "AR=${AR:=ar}" LD=$CC +make "CC=${CC:=cc}" "AR=${AR:=ar}" LD=$CC LDDLL=$CC # Build static binary for bearssl, word splitting on CFLAGS is intentional. # shellcheck disable=2086 |