diff options
-rw-r--r-- | development/dotnet-runtime/dotnet-runtime.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/dotnet-runtime/dotnet-runtime.SlackBuild b/development/dotnet-runtime/dotnet-runtime.SlackBuild index 8525d886c9..9be16b639a 100644 --- a/development/dotnet-runtime/dotnet-runtime.SlackBuild +++ b/development/dotnet-runtime/dotnet-runtime.SlackBuild @@ -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" |