Skip to content

Commit

Permalink
Small change (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmokeyStack authored May 30, 2024
2 parents 7d5a63f + eadc83c commit e27bc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adk/data/compile-regolith.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IF %2 == ""(
IF "%2" == ""(
cmake -S ./data/adk -B adk-build -DCMAKE_BUILD_TYPE=Release -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=%1
) ELSE (
cmake -S ./data/adk -B adk-build -DCMAKE_BUILD_TYPE=Release -DVCPKG_TARGET_TRIPLET=x64-windows -DGITHUB_ACTION=%2
Expand Down

0 comments on commit e27bc6d

Please sign in to comment.