musikcube: remove a spurious error text about patchelf

This commit is contained in:
Đoàn Trần Công Danh 2023-08-21 09:11:19 +07:00
parent 49a2e4a2d0
commit 38c01ef74e

View file

@ -0,0 +1,11 @@
--- a/script/post-build.sh
+++ b/script/post-build.sh
@@ -15,8 +15,6 @@ else
echo "[post-build] BUILD_TYPE=${CMAKE_BUILD_TYPE}, not stripping"
fi
-echo "[post-build] patching library rpath entries..."
-$CMAKE_CURRENT_SOURCE_DIR/script/patch-rpath.sh $CMAKE_CURRENT_SOURCE_DIR
echo "[post-build] staging static assets..."
mkdir -p "$CMAKE_CURRENT_SOURCE_DIR/bin/themes"