Commit 92586df
authored
Fix pony-lsp diagnostic test failure on OpenBSD (#5085)
On OpenBSD, get_compiler_exe_path relies entirely on argv0 to find the
executable (no /proc/self/exe or KERN_PROC_PATHNAME). The diagnostic
test was passing an empty string for argv0, so the compiler couldn't
locate the builtin package. Other platforms ignored argv0 and used
OS-specific mechanisms, masking the bug.1 parent 7d46adb commit 92586df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments