From 28534cf1a8d692687d9f40c3be622e0945b5a2ee Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 8 Jul 2022 07:33:45 +0200 Subject: linux scipy/linalg libraries: ELF (#1714) * do not strip any scipy library for linux * apply settings to debug formats * use fixed pyembroidery Co-authored-by: Lex Neva --- lib/inx/inputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/inx/inputs.py') diff --git a/lib/inx/inputs.py b/lib/inx/inputs.py index 716e1708..3ae0b871 100755 --- a/lib/inx/inputs.py +++ b/lib/inx/inputs.py @@ -10,7 +10,7 @@ from .utils import build_environment, write_inx_file def pyembroidery_input_formats(): for format in pyembroidery.supported_formats(): - if 'reader' in format and format['category'] in ['embroidery', 'color', 'stitch']: + if 'reader' in format and format['category'] in ['embroidery', 'color', 'stitch', 'debug']: yield format['extension'], format['description'] -- cgit v1.2.3