aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yasm.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb
index 07b5da792..d28567160 100644
--- a/Library/Formula/yasm.rb
+++ b/Library/Formula/yasm.rb
@@ -26,6 +26,9 @@ class Yasm < Formula
args << '--enable-python-bindings'
end
+ # Avoid "ld: library not found for -lcrt1.10.6.o" on Xcode without CLT
+ ENV['LIBS'] = ENV.ldflags
+ ENV['INCLUDES'] = ENV.cppflags
system './autogen.sh' if ARGV.build_head?
system './configure', *args
system 'make install'