libraries/aspnetcore-runtime: Fix typo.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Reza Talebi 2020-02-08 08:30:27 +07:00 committed by Willy Sudiarto Raharjo
parent 064a260e73
commit db25f13292
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -44,7 +44,7 @@ OUTPUT=${OUTPUT:-/tmp}
set -e
if [ "$( uname -m )" = "x86_64" ]; then
ARCH="x86_x64"
ARCH="x86_64"
ARCHITECTURE="x64"
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"