Skip to content

Commit 9caef39

Browse files
committed
Updates checkout scripts of freetype and Bullet
1 parent ead2b79 commit 9caef39

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

deps/BulletPhysics/checkout.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1013
if NOT ERRORLEVEL 0 pause

deps/freetype/checkout.bat

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
77
if NOT ERRORLEVEL 0 pause
88
pushd ..\..\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
1110
popd
1211
if 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

0 commit comments

Comments
 (0)