Skip to content

Commit 79eb593

Browse files
committed
Updated adapter
1 parent 4690264 commit 79eb593

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*.dll
55
*.so
66
*.dylib
7-
!bin/hsa.exe
87

98
# Test binary, built with `go test -c`
109
*.test
@@ -20,3 +19,5 @@ testdata
2019
hsa/log
2120

2221
/vendor/
22+
23+
!bin/hsa.exe

bin/composer-adapter/hsa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $output = [];
99
$args = implode(' ', $argv);
1010

1111
// execute binary
12-
exec("../hsa $args", $output);
12+
exec(__DIR__."/../hsa $args", $output);
1313

1414
// Print output line by line
1515
foreach ($output as $line) {

0 commit comments

Comments
 (0)