Commit b559057
committed
fix(vm): create libkrunfw.dylib symlink on macOS after extraction
libkrun.dylib references libkrunfw via @loader_path/libkrunfw.dylib
(unversioned name set by build-libkrun-macos.sh), but the embedded
runtime only extracts libkrunfw.5.dylib (versioned). Create an
unversioned symlink so dyld can resolve the dependency.1 parent 3ffb051 commit b559057
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
138 | 150 | | |
139 | 151 | | |
140 | 152 | | |
| |||
0 commit comments