Bump LUS and Torch

This commit is contained in:
KiritoDv 2025-03-16 16:56:42 -06:00
parent c8632a0981
commit baabd2457e
22 changed files with 917 additions and 3 deletions

View file

@ -36,6 +36,9 @@ cd starship
# Generate sf64.o2r
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64 --target ExtractAssets
# Generate starship.o2r
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64 --target GeneratePortO2R
# Compile project
# Add `--config Release` if you're packaging
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64
@ -133,6 +136,9 @@ cmake -H. -Bbuild-cmake -GNinja
# Generate sf64.o2r
cmake --build build-cmake --target ExtractAssets
# Generate starship.o2r
cmake --build build-cmake --target GeneratePortO2R
# Compile the project
# Add `--config Release` if you're packaging
cmake --build build-cmake
@ -180,6 +186,9 @@ cmake -H. -Bbuild-cmake -GNinja
# Generate sf64.o2r
cmake --build build-cmake --target ExtractAssets
# Generate starship.o2r
cmake --build build-cmake --target GeneratePortO2R
# Compile the project
# Add `--config Release` if you're packaging
cmake --build build-cmake