Commit 10f294f
committed
fix(pkg): add relocatable-compiler to compiler_package_names
The relocatable-compiler package installs libraries (including threads,
str, unix) under target/lib/ocaml/, matching the layout of other compiler
packages. Without being listed in compiler_package_names, install_roots
did not append the /ocaml subdirectory to its lib_root, causing dev-tools
like utop to fail with "Library threads not found".
Signed-off-by: Ali Caglayan <alizter@gmail.com>1 parent 08babe5 commit 10f294f
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
0 commit comments