gmtl: fix build with SCons 3.0 (#18293)

This commit is contained in:
ilovezfs 2017-09-19 14:57:36 -07:00 committed by GitHub
parent ef50e8e682
commit 4b3ad88303

View file

@ -32,6 +32,7 @@ class Gmtl < Formula
end
def install
system "2to3", "--write", "--fix=print", "SConstruct"
scons "install", "prefix=#{prefix}"
end
end