Commit 006219e
committed
fix: run fix-python-soname.js from npm package directory in Linux tests
The fix-python-soname.js script patches the .node file in its __dirname.
When run from root, it patches the root .node file (which doesn't exist
in Docker tests). We need to run it from the npm package directory to
patch the binary that will actually be loaded via pnpm link.1 parent 593f1e2 commit 006219e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | 362 | | |
364 | 363 | | |
| 364 | + | |
| 365 | + | |
365 | 366 | | |
0 commit comments