Skip to content

Commit

Permalink
Add --old-and-unmanageable to setup install
Browse files Browse the repository at this point in the history
It will be removed once the project is migrated to modern configuration.
  • Loading branch information
oaubert committed Aug 27, 2024
1 parent 5eef2df commit c610df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/win_installer/_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function install_advene {

(cd "${REPO_CLONE}" && git checkout "$1") || exit 1

build_python "${REPO_CLONE}"/setup.py install
build_python "${REPO_CLONE}"/setup.py install --old-and-unmanageable

ADVENE_VERSION=$(MSYSTEM="" build_python -c \
"import sys; sys.path.insert(0, 'lib'); import advene.core.version; sys.stdout.write(advene.core.version.version)")
Expand Down

0 comments on commit c610df3

Please sign in to comment.