This commit is contained in:
Orsiris de Jong 2023-03-29 23:49:17 +02:00
parent 1cff16e235
commit 5ee383d6ef

View file

@ -235,7 +235,7 @@ def compile(arch, audience, no_gui=False):
# Stupid fix for synology RS816 where /tmp is mounted with `noexec`.
if "arm" in arch:
NUITKA_OPTIONS += " --onefile-temp-spec=/var/tmp"
NUITKA_OPTIONS += " --onefile-tempdir-spec=/var/tmp"
if no_gui:
NUITKA_OPTIONS += " --plugin-disable=tk-inter --nofollow-import-to=PySimpleGUI"