Skip to content

Commit

Permalink
Improve 1k/build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Mar 22, 2024
1 parent 11f0a85 commit 9cf1ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1k/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ if (!$setupOnly) {
}

if (!$configOnly) {
if (!$is_engine) {
if (!$is_gradlew) {
if (!$b1k.isfile($cmakeCachePath)) {
Set-Location $stored_cwd
throw "The cmake generate incomplete, pelase add '-f' to re-generate again"
Expand Down

0 comments on commit 9cf1ade

Please sign in to comment.