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
@@ -56,7 +56,7 @@ if [ -z "$sdl_dll" ]; then
exit 1
fi
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" \
-DFSUI_BUILD_SAMPLES=OFF \
-DFSUI_PLATFORM_BACKEND=SDL2 \