Commit 1db7040
committed
fix: correct dylib install name after creating universal binary
After lipo combines arm64 and amd64 dylibs, the resulting universal
binary inherits the install name from the first input (nhp-agent-arm64.dylib).
Use install_name_tool -id to set the correct install name (nhp-agent.dylib).1 parent 6b87cd2 commit 1db7040
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments