Files
termux-packages/x11-packages/sdl2-compat
termux-pacman-bot ba6e9cbb63 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 08:08:29 +00:00
..