From 19104ed3e74e382e85c4beac6a6cc0fc314b00ba Mon Sep 17 00:00:00 2001 From: Qi Zheng Date: Wed, 8 Nov 2023 14:45:17 +0800 Subject: [PATCH] [tests] Fix shm test build failure in alios --- test/posix_shm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/posix_shm/Makefile b/test/posix_shm/Makefile index d719d7e3..e35ad834 100644 --- a/test/posix_shm/Makefile +++ b/test/posix_shm/Makefile @@ -7,4 +7,4 @@ BIN_ARGS := CUSTOM_PRE_BUILD := 1 custom_pre_build: - @cp /lib/x86_64-linux-gnu/librt.so.1 $(BUILD_DIR)/test/image/opt/occlum/glibc/lib/ + @cp /opt/occlum/glibc/lib/librt.so.1 $(BUILD_DIR)/test/image/opt/occlum/glibc/lib/