From 3392267267b6d8ec7662b218493beb357943f604 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 26 Feb 2019 21:38:31 +0000 Subject: [PATCH] libroot/riscv32: Fix incorrect riscv64 reference --- src/system/libroot/posix/string/arch/riscv32/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/libroot/posix/string/arch/riscv32/Jamfile b/src/system/libroot/posix/string/arch/riscv32/Jamfile index 1ea4246f0c..76bbd8584e 100644 --- a/src/system/libroot/posix/string/arch/riscv32/Jamfile +++ b/src/system/libroot/posix/string/arch/riscv32/Jamfile @@ -1,7 +1,7 @@ -SubDir HAIKU_TOP src system libroot posix string arch riscv64 ; +SubDir HAIKU_TOP src system libroot posix string arch riscv32 ; local architectureObject ; -for architectureObject in [ MultiArchSubDirSetup riscv64 ] { +for architectureObject in [ MultiArchSubDirSetup riscv32 ] { on $(architectureObject) { local architecture = $(TARGET_PACKAGING_ARCH) ;