gpsd: fix build with SCons 3.0 (#18294)
This commit is contained in:
parent
4b3ad88303
commit
7e3a88b5c7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue