Commit e2b815e
committed
Enable Metal for launch speedup (PoE 2)
The upstream vcpkg angle port produces dylibs with a double "lib" prefix
and "_angle" suffix on macOS (liblibEGL_angle.dylib). Our launcher and
GLFW expect the standard names (libEGL.dylib / libGLESv2.dylib).
Post-install rename + install_name_tool fixup resolves this until the
upstream port is patched.1 parent bbc20ed commit e2b815e
2 files changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
122 | 143 | | |
123 | 144 | | |
124 | 145 | | |
| |||
Submodule SimpleGraphic updated 19 files
- vcpkg-configuration.json+1-1
- vcpkg-ports/ports/angle/001-fix-uwp.patch-30
- vcpkg-ports/ports/angle/002-fix-builder-error.patch-40
- vcpkg-ports/ports/angle/003-fix-mingw.patch-22
- vcpkg-ports/ports/angle/004-fix-cstdint.patch-10
- vcpkg-ports/ports/angle/angle_commit.h.in-4
- vcpkg-ports/ports/angle/cmake-buildsystem/CMakeLists.txt-489
- vcpkg-ports/ports/angle/cmake-buildsystem/PlatformLinux.cmake-30
- vcpkg-ports/ports/angle/cmake-buildsystem/PlatformMac.cmake-59
- vcpkg-ports/ports/angle/cmake-buildsystem/PlatformWin.cmake-67
- vcpkg-ports/ports/angle/cmake-buildsystem/cmake/WebKitCommon-minimal.cmake-192
- vcpkg-ports/ports/angle/cmake-buildsystem/linux.cmake-6
- vcpkg-ports/ports/angle/portfile.cmake-187
- vcpkg-ports/ports/angle/unofficial-angle-config.cmake-7
- vcpkg-ports/ports/angle/usage-8
- vcpkg-ports/ports/angle/vcpkg.json-36
- vcpkg-ports/versions/a-/angle.json-19
- vcpkg-ports/versions/baseline.json-1
- vcpkg.json+5
0 commit comments