Skip to content

Commit

Permalink
libressl-cmake.sh: add missing space [ci skip]
Browse files Browse the repository at this point in the history
Follow-up to f6feeee
  • Loading branch information
vszakats committed Dec 11, 2023
1 parent 269c0ea commit cc522ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libressl-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <func>` next to each `.globl <func>` one:
Expand Down

0 comments on commit cc522ab

Please sign in to comment.