mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
libraries/aspnetcore-runtime: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
064a260e73
commit
db25f13292
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue