Skip to content

Commit

Permalink
Updated compile args
Browse files Browse the repository at this point in the history
  • Loading branch information
SmokeyStack committed May 30, 2024
1 parent f172834 commit a97abd4
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 a97abd4

Please sign in to comment.