Skip to content

Commit

Permalink
[runci] Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Jun 29, 2024
1 parent c7e096b commit 248c471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runci/targets/Cpp.hx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Cpp {
'HXCPP_M32';
case 'Linux' if(Linux.arch == Arm64):
'HXCPP_LINUX_ARM64';
case 'Mac' if(commandResult('arch').stdout == "arm64"):
case 'Mac' if(commandResult('arch', []).stdout == "arm64"):
'HXCPP_ARM64';
case _:
'HXCPP_M64';
Expand Down

0 comments on commit 248c471

Please sign in to comment.