mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-01 23:52:13 +00:00
- `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 ```