Skip to content

Commit

Permalink
disabled SplitSource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-net committed Feb 13, 2025
1 parent 516fe5e commit 3f7e22d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions linux/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ if ($SkipUpToDateCheck -or !$(& $CheckUpToDateScript)) {
}

Set-Location ..
php SplitSource.php
if (!$?) {
throw 'Cannot execute php SplitSource.php'
}
# php SplitSource.php
# if (!$?) {
# throw 'Cannot execute php SplitSource.php'
# }

Set-Location build
cmake @cmakeBuildArguments
Expand Down

0 comments on commit 3f7e22d

Please sign in to comment.