diff --git a/src/gen-ragel-artifacts.py b/src/gen-ragel-artifacts.py index d6a799ef4..b60ec3bff 100755 --- a/src/gen-ragel-artifacts.py +++ b/src/gen-ragel-artifacts.py @@ -2,7 +2,7 @@ "This tool is intended to be used from meson" -import os, os.path, sys, subprocess, shutil, tempfile +import os, os.path, sys, subprocess, shutil ragel = shutil.which ('ragel') if not ragel: