diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-01 14:05:52 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-01 14:05:52 +0000 |
commit | 76029bd3a3fb084bfd62ceb241d9c5a32578dea6 (patch) | |
tree | cc2f8aae579615304aba22ec5ba070b552ecca16 /cmake.req | |
parent | 0a3d9d1adef8566c337859aeb5027352aedc3014 (diff) |
automatic import of cmake
Diffstat (limited to 'cmake.req')
-rw-r--r--[-rwxr-xr-x] | cmake.req | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake.req b/cmake.req index 9af5c44..5dea386 100755..100644 --- 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: |