This commit is contained in:
Orsiris de Jong 2023-03-29 19:31:18 +02:00
parent 3ea77ef1ac
commit 114a171d21

View file

@ -230,7 +230,7 @@ def compile(arch, audience):
excludes_dir_source = os.path.join(BASEDIR, os.pardir, excludes_dir)
excludes_dir_dest = excludes_dir
NUTKA_OPTIONS = ""
NUITKA_OPTIONS = ""
NUITKA_OPTIONS += " --enable-plugin=data-hiding" if have_nuitka_commercial() else ""
# Stupid fix for synology RS816 where /tmp is mounted with `noexec`.