diff options
| author | Platin21 <arminmops@icloud.com> | 2022-01-22 20:40:04 +0100 |
|---|---|---|
| committer | Platin21 <arminmops@icloud.com> | 2022-01-22 20:40:04 +0100 |
| commit | 9bc5b84c4de848a49ead8142b9f261eb053c63fa (patch) | |
| tree | 051a5d592c14463b895338dc721118b5b4e6a6ba /Makefile | |
| parent | 9c1e1a63a2f2e9a176b8029e742cb07617d06ad2 (diff) | |
Removes maybe unsupported versions
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ ifeq ($(OS), Darwin) LLVM_VERSIONS = "13.%.%" else # allow for x86 / amd64 all llvm versions begining from 11 - LLVM_VERSIONS = "13.%.%" "12.0.1" "11.1.0" "11.0.1" "11.0.0" + LLVM_VERSIONS = "13.%.%" "12.0.1" "11.1.0" endif LLVM_VERSION_PATTERN_SEPERATOR = )|( |