Skip to content

Commit

Permalink
Update script to pull from right repo and branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RTnhN committed Mar 9, 2024
1 parent d321667 commit 35f7a0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/build/opensim-core-windows-build-script.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ param (
[switch]$s=$false,
[switch]$h=$false,
[string]$d="Release",
[string]$c="main",
[string]$c="working_ik",
[int]$j=[int]4
)

# Default values for variables.
$DEBUG_TYPE="Release"
$NUM_JOBS=4
$MOCO="on"
$CORE_BRANCH="main"
$MOCO="off"
$CORE_BRANCH="working_ik"

function Help {
Write-Output "This script builds the last available version of OpenSim-Gui in your computer."
Expand Down Expand Up @@ -84,7 +84,7 @@ refreshenv

# Clone opensim-core
chdir C:/opensim-workspace/
git clone https://github.com/opensim-org/opensim-core.git C:/opensim-workspace/opensim-core-source
git clone https://github.com/RTnhN/opensim-core.git C:/opensim-workspace/opensim-core-source
chdir C:/opensim-workspace/opensim-core-source
git.exe checkout $CORE_BRANCH

Expand Down

0 comments on commit 35f7a0d

Please sign in to comment.