0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-01 23:52:13 +00:00
Files
Robert Kirkman 4d03e6426d fix(x11/{sdl2,sdl2-compat}): create libSDL2.so symbolic link during termux_step_post_make_install(), not termux_step_post_massage()
- `termux_step_post_massage()` operates on `$TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX`, not `$TERMUX_PREFIX` directly, so previously, `$TERMUX_PREFIX/lib/libSDL2.so` would fail to exist during the use of `build-package.sh` **without `-I`** on reverse dependencies of `sdl2`.

- The error this fixes in reverse dependencies looks like this:

```
Hint: ERROR: sdl2 requested but not found
```
2025-05-15 02:54:17 -05:00
..