From 76029bd3a3fb084bfd62ceb241d9c5a32578dea6 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 1 Nov 2024 14:05:52 +0000 Subject: automatic import of cmake --- cmake.req | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 cmake.req (limited to 'cmake.req') diff --git a/cmake.req b/cmake.req old mode 100755 new mode 100644 index 9af5c44..5dea386 --- a/cmake.req +++ b/cmake.req @@ -45,6 +45,8 @@ class CMakeParser: has_module = True if re.match(".*/usr/lib(64)?/cmake/.*", modulePath): is_arched = True + elif re.match(".*/usr/libilp32/cmake/.*", modulePath): + is_arched = True if has_module: if is_arched: -- cgit v1.2.3