File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,5 +6,8 @@ IF NOT ERRORLEVEL 0 (
66 ECHO " Could not find git.exe"
77 EXIT /B %ERRORLEVEL%
88)
9- %GIT_CMD% clone git@ github.com:Eideren/BulletSharpPInvoke.git ../../externals/BulletSharpPInvoke
9+ %GIT_CMD% clone https://github.com/stride3d/BulletSharpPInvoke ../../externals/BulletSharpPInvoke
10+ pushd ..\..\externals\BulletSharpPInvoke
11+ %GIT_CMD% checkout 0de0f3cd564173474c58d57aad31c8aad82cb99d
12+ popd
1013if NOT ERRORLEVEL 0 pause
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ IF NOT ERRORLEVEL 0 (
66%GIT_CMD% clone https://github.com/stride3d/freetype.git -b 2.6.3 ../../externals/freetype
77if NOT ERRORLEVEL 0 pause
88pushd ..\..\externals\freetype
9- %GIT_CMD% remote add upstream http://git.sv.nongnu.org/r/freetype/freetype2.git
10- %GIT_CMD% fetch --all
9+ %GIT_CMD% checkout 84631a11ab76240581f621287b260a6936a9014c
1110popd
1211if NOT ERRORLEVEL 0 pause
12+
13+ :: Upstream repo can be added via
14+ :: %GIT_CMD% remote add upstream http://git.sv.nongnu.org/r/freetype/freetype2.git
15+ :: %GIT_CMD% fetch --all
You can’t perform that action at this time.
0 commit comments