From cc522abe7d59057e219f7dd4d195719705fdb876 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 11 Dec 2023 14:34:23 +0000 Subject: [PATCH] libressl-cmake.sh: add missing space [ci skip] Follow-up to f6feeee198cd632ba282be99e3b1cabc1cab59c0 --- libressl-cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libressl-cmake.sh b/libressl-cmake.sh index 8f8917d99..b4615801d 100755 --- a/libressl-cmake.sh +++ b/libressl-cmake.sh @@ -32,7 +32,7 @@ _VER="$1" CPPFLAGS+=' -Dglobl=private_extern' # make assembly symbols hidden if [ "${_OSVER}" -ge '1100' ]; then - options+='-DHAVE_STRTONUM=1' + options+=' -DHAVE_STRTONUM=1' fi elif [ "${_OS}" = 'linux' ] && [ "${_CPU}" = 'x64' ]; then # Add a `.hidden ` next to each `.globl ` one: