Browse Source

Added link to the segmentation fault issue

master
Drew Short 4 years ago
parent
commit
832479ac30
  1. 1
      scripts/nuitka_build.sh

1
scripts/nuitka_build.sh

@ -24,6 +24,7 @@ poetry run python -m nuitka \
${MAIN_ENTRYPOINT}
# Qt directory must exist or a segfault will occur on startup
# https://github.com/Nuitka/Nuitka/issues/680#issuecomment-616292573
mkdir -p ${DIST_DIRECTORY}/PyQt5/Qt
popd
Loading…
Cancel
Save