Skip to content

Commit 66f8d55

Browse files
authored
Merge pull request #219962 from Homebrew/morse-arm-linux
morse: deparallelize
2 parents 874b7d0 + 2cde987 commit 66f8d55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Formula/m/morse.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ def install
3333

3434
ENV["CC"] = "#{ENV.cc} -Wno-implicit-function-declaration" if DevelopmentTools.clang_build_version >= 1403
3535

36+
# Build can fail if morse.1 and QSO.1 run simultaneously
37+
ENV.deparallelize
38+
3639
system "make", "all"
3740
bin.install %w[morse QSO]
3841
man1.install %w[morse.1 QSO.1]

0 commit comments

Comments
 (0)