Add flex dependency to binutils.rb (#7403)

This commit is contained in:
Maximilian Downey Twiss
2022-09-14 23:49:14 +10:00
committed by GitHub
parent 623faa8937
commit f73110888e

View File

@@ -23,6 +23,8 @@ class Binutils < Package
x86_64: '441b6efece778075bf55b36b70a42379d2bd3ae056bf8a6edef5ea6989cdc95d'
})
depends_on 'flex'
def self.prebuild
FileUtils.rm_f "#{CREW_LIB_PREFIX}/libiberty.a"
end