1
0

win build: set --no-build-isolation when pip installing pyinstaller

fixes https://github.com/spesmilo/electrum/issues/7736
This commit is contained in:
SomberNight
2022-03-25 17:08:55 +01:00
parent 69c5375cc5
commit 8260a1abb7

View File

@@ -105,6 +105,6 @@ info "Building PyInstaller."
[[ -e "PyInstaller/bootloader/Windows-$PYINST_ARCH/runw.exe" ]] || fail "Could not find runw.exe in target dir!"
) || fail "PyInstaller build failed"
info "Installing PyInstaller."
$WINE_PYTHON -m pip install --no-dependencies --no-warn-script-location ./pyinstaller
$WINE_PYTHON -m pip install --no-dependencies --no-build-isolation --no-warn-script-location ./pyinstaller
info "Wine is configured."