Switch fsui submodule to fuse-lib on GitHub

This commit is contained in:
moonpower
2026-08-04 23:07:17 +02:00
parent 90fe34710d
commit 63ff9ab65b
15 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ esac
rm -rf "$fsui_build_dir" "$artifact_root"
mkdir -p "$artifact_root"
cmake -S "$repo_root/third_party/fsui-lib" -B "$fsui_build_dir" \
cmake -S "$repo_root/third_party/fuse-lib" -B "$fsui_build_dir" \
-DCMAKE_TOOLCHAIN_FILE="$toolchain_file" \
-DCMAKE_BUILD_TYPE=Release \
-DFSUI_BUILD_SAMPLES=OFF \