We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 874b7d0 + 2cde987 commit 66f8d55Copy full SHA for 66f8d55
Formula/m/morse.rb
@@ -33,6 +33,9 @@ def install
33
34
ENV["CC"] = "#{ENV.cc} -Wno-implicit-function-declaration" if DevelopmentTools.clang_build_version >= 1403
35
36
+ # Build can fail if morse.1 and QSO.1 run simultaneously
37
+ ENV.deparallelize
38
+
39
system "make", "all"
40
bin.install %w[morse QSO]
41
man1.install %w[morse.1 QSO.1]
0 commit comments