Update URL to end-4's repo

This commit is contained in:
Celestial.y
2025-03-15 11:29:20 +08:00
committed by GitHub
parent dd61d0fa37
commit c02eef032d
+1 -1
View File
@@ -132,7 +132,7 @@ install-python-packages (){
x mkdir -p $base/cache/blueprint-compiler && cd $base/cache/blueprint-compiler x mkdir -p $base/cache/blueprint-compiler && cd $base/cache/blueprint-compiler
try git init -b main try git init -b main
try git remote add origin https://github.com/clsty/ii-blueprint-compiler.git try git remote add origin https://github.com/end-4/ii-blueprint-compiler.git
x git pull origin main && git submodule update --init --recursive x git pull origin main && git submodule update --init --recursive
x meson setup build --prefix=$VIRTUAL_ENV x meson setup build --prefix=$VIRTUAL_ENV
x meson compile -C build x meson compile -C build