There was an error while loading. Please reload this page.
1 parent 1dd76e6 commit 6262310Copy full SHA for 6262310
platform/osx/homebrew/libusb-freenect.rb
@@ -11,6 +11,7 @@ def patches
11
end
12
13
def install
14
+ ENV.universal_binary
15
system "./autogen.sh"
16
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking", "LDFLAGS=-framework IOKit -framework CoreFoundation"
17
system "make install"
0 commit comments