Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
usbmuxd: use Formula[]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Feb 27, 2014
1 parent e673ea7 commit 97ed2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/usbmuxd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Usbmuxd < Formula
depends_on 'libplist'

def install
libusb = Formula.factory 'libusb'
libusb = Formula["libusb"]
inreplace 'Modules/VersionTag.cmake', '"sh"', '"bash"'

# The CMake scripts responsible for locating libusb headers are broken. So,
Expand Down

0 comments on commit 97ed2c4

Please sign in to comment.