Skip to content

Commit 6262310

Browse files
James Harriszarvox
authored andcommitted
Always build as a universal Binary
This removes conflicts with OpenNI and other kinect libraries. Signed-off-by: James Harris <james.russell.harris@gmail.com>
1 parent 1dd76e6 commit 6262310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/osx/homebrew/libusb-freenect.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def patches
1111
end
1212

1313
def install
14+
ENV.universal_binary
1415
system "./autogen.sh"
1516
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking", "LDFLAGS=-framework IOKit -framework CoreFoundation"
1617
system "make install"

0 commit comments

Comments
 (0)