summaryrefslogtreecommitdiff
path: root/editors/atom/files/node/patch-configure.py
blob: f069527a7b00453b056b135678a89fa842f51c31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.py.orig	2020-06-16 06:19:09 UTC
+++ configure.py
@@ -705,7 +705,7 @@ def get_nasm_version(asm):
 
 def get_llvm_version(cc):
   return get_version_helper(
-    cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([3-9]\.[0-9]+)")
+    cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
 
 def get_xcode_version(cc):
   return get_version_helper(