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 authored and licy183 committed Jan 2, 2025
1 parent ea6b204 commit ec98347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tur/fdpp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ TERMUX_PKG_DESCRIPTION="64-bit DOS core"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@stsp"
TERMUX_PKG_VERSION=1.9
TERMUX_PKG_REVISION=1
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 ec98347

Please sign in to comment.