mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
Switch fsui submodule to fuse-lib on GitHub
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -17,7 +17,7 @@ package_root="$artifact_root/armsx-linux-$target"
|
||||
package_zip="$artifact_root/armsx-linux-$target.zip"
|
||||
|
||||
cmake_args=(
|
||||
-S "$repo_root/third_party/fsui-lib"
|
||||
-S "$repo_root/third_party/fuse-lib"
|
||||
-B "$fsui_build_dir"
|
||||
-DFSUI_BUILD_SAMPLES=OFF
|
||||
-DFSUI_PLATFORM_BACKEND=SDL2
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user