Commit afef040
fix: use node instead of echo in binding.gyp for cross-platform compatibility
The print_variables action used bare 'echo' which fails on Windows when
Git Bash is not in PATH, as echo is a cmd.exe built-in not a standalone
executable. Replace with 'node -p' which is guaranteed available and
works on all platforms without OS-conditional logic.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 678eb09 commit afef040
1 file changed
Lines changed: 4 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
151 | 142 | | |
152 | 143 | | |
153 | 144 | | |
| |||
0 commit comments