gpsd: fix build with SCons 3.0 (#18294)

This commit is contained in:
ilovezfs 2017-09-19 14:58:15 -07:00 committed by GitHub
parent 4b3ad88303
commit 7e3a88b5c7

View file

@ -16,6 +16,7 @@ class Gpsd < Formula
depends_on "libusb" => :optional
def install
system "2to3", "--write", "--fix=print", "SConstruct"
scons "chrpath=False", "python=False", "strip=False", "prefix=#{prefix}/"
scons "install"
end