mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Removes maybe unsupported versions
This commit is contained in:
@@ -17,7 +17,7 @@ ifeq ($(OS), Darwin)
|
|||||||
LLVM_VERSIONS = "13.%.%"
|
LLVM_VERSIONS = "13.%.%"
|
||||||
else
|
else
|
||||||
# allow for x86 / amd64 all llvm versions begining from 11
|
# 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
|
endif
|
||||||
|
|
||||||
LLVM_VERSION_PATTERN_SEPERATOR = )|(
|
LLVM_VERSION_PATTERN_SEPERATOR = )|(
|
||||||
|
|||||||
Reference in New Issue
Block a user