switched from github to git.indoodle.com

This commit is contained in:
Harvey Fong 2025-07-28 08:08:59 -06:00
parent 86d621515a
commit c6ffec5d7a

View File

@ -79,8 +79,8 @@ make -j4
install_name_tool -id @rpath/libplist-2.0.4.dylib src/.libs/libplist-2.0.4.dylib install_name_tool -id @rpath/libplist-2.0.4.dylib src/.libs/libplist-2.0.4.dylib
cd .. cd ..
git clone https://github.com/jpaver/opengametools.git git clone https://github.com/jpaver/opengametools.git
git clone https://github.com/oomer/oom.git git clone https://git.indoodle.com/oomer/oom.git
git clone https://github.com/oomer/vmax2bella.git git clone https://git.indoodle.com/oomer/vmax2bella.git
cd vmax2bella cd vmax2bella
make all -j4 make all -j4
install_name_tool -change ../lzfse/build/liblzfse.dylib @rpath/liblzfse.dylib bin/Darwin/release/vmax2bella install_name_tool -change ../lzfse/build/liblzfse.dylib @rpath/liblzfse.dylib bin/Darwin/release/vmax2bella
@ -108,8 +108,8 @@ cd libplist
make -j4 make -j4
cd .. cd ..
git clone https://github.com/jpaver/opengametools.git git clone https://github.com/jpaver/opengametools.git
git clone https://github.com/oomer/oom.git git clone https://git.indoodle.com/oomer/oom.git
git clone https://github.com/oomer/vmax2bella.git git clone https://git.indoodle.com/oomer/vmax2bella.git
cd vmax2bella cd vmax2bella
make all -j4 make all -j4
``` ```
@ -133,10 +133,10 @@ cd lzfse/build
cmake .. cmake ..
msbuild lzfse.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 msbuild lzfse.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
cd ../.. cd ../..
git clone https://github.com/oomer/libplist git clone https://git.indoodle.com/oomer/libplist
git clone https://github.com/jpaver/opengametools.git git clone https://github.com/jpaver/opengametools.git
git clone https://github.com/oomer/oom.git git clone https://git.indoodle.com/oomer/oom.git
git clone https://github.com/oomer/vmax2bella.git git clone https://git.indoodle.com/oomer/vmax2bella.git
cd libplist cd libplist
msbuild libplist.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 msbuild libplist.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143
cd .. cd ..