parent
c1ba34734d
commit
e18faa7557
@ -1,6 +1,6 @@
|
||||
module CompilerConstants
|
||||
GNU_GCC_VERSIONS = 3..9
|
||||
GNU_GCC_REGEXP = /gcc-(4\.[3-9])/
|
||||
GNU_GCC_REGEXP = /^gcc-(4\.[3-9])$/
|
||||
end
|
||||
|
||||
class Compiler < Struct.new(:name, :version, :priority)
|
||||
|
Loading…
x
Reference in New Issue
Block a user