mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-25 21:20:41 +00:00
chore(main/borgbackup): Remove unused builddir option
That option is used with meson backend which is not used here. %ci:no-build
This commit is contained in:
@@ -14,7 +14,7 @@ TERMUX_PKG_PYTHON_TARGET_DEPS="'msgpack==1.0.8', packaging"
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
|
||||
termux_step_make() {
|
||||
PYTHONPATH='' python -m build -w -n -x --config-setting builddir="$TERMUX_PKG_BUILDDIR" "$TERMUX_PKG_SRCDIR"
|
||||
PYTHONPATH='' python -m build -w -n -x "$TERMUX_PKG_SRCDIR"
|
||||
}
|
||||
|
||||
termux_step_make_install() {
|
||||
|
||||
Reference in New Issue
Block a user