Skip to content

Commit

Permalink
hsawin path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestroError committed Mar 27, 2023
1 parent 91afd99 commit 207961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/composer-adapter/hsawin
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $output = [];
$args = implode(' ', $argv);

// execute binary
exec(__DIR__."/../hsa $args", $output);
exec('"'.__DIR__."/../hsa" . '"' . " $args", $output);

// Print output line by line
foreach ($output as $line) {
Expand Down

0 comments on commit 207961a

Please sign in to comment.