Skip to content

Commit

Permalink
fdpp: fix dep on thunk-gen-cross
Browse files Browse the repository at this point in the history
It was mistakenly set on non-cross version.
  • Loading branch information
stsp committed Jan 1, 2025
1 parent 1300abc commit cf285dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tur/fdpp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TERMUX_PKG_VERSION=1.9
TERMUX_PKG_SRCURL=https://github.com/dosemu2/fdpp/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=65fdf0819d490c8ba32fc706309f483f0c6547ff65c860efbb4323e4138896ed
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_DEPENDS="nasm-segelf-cross, libelf, thunk-gen"
TERMUX_PKG_BUILD_DEPENDS="nasm-segelf-cross, libelf, thunk-gen-cross"

termux_step_configure() {
local _PREFIX_FOR_SEGELF=${TERMUX_PREFIX}/opt/nasm-segelf/cross
Expand Down

0 comments on commit cf285dc

Please sign in to comment.