Skip to content

Commit 2cde987

Browse files
committed
morse: deparallelize
1 parent 3364a85 commit 2cde987

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)