diff --git a/bin/compile.py b/bin/compile.py index 07b195a..09a1995 100644 --- a/bin/compile.py +++ b/bin/compile.py @@ -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`.