Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Mar 31, 2024
1 parent 282beac commit df57af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions 1k/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ $options = @{
xc = @()
xb = @()
j = -1
sdk = $null
env = ''
sdk = ''
dll = $false
}

Expand Down
1 change: 1 addition & 0 deletions 1k/fetch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ if ($is_git_repo) {

$cur_rev_hash = $(git -C $lib_src rev-parse --verify --quiet "$revision^{}")
if (!$cur_rev_hash) {
git -C $lib_src fetch
$cur_rev_hash = $(git -C $lib_src rev-parse --verify --quiet "$revision^{}")
if (!$cur_rev_hash) {
throw "fetch.ps1: Could not found commit hash of $revision"
Expand Down

0 comments on commit df57af9

Please sign in to comment.