gmtl: fix build with SCons 3.0 (#18293)
This commit is contained in:
parent
ef50e8e682
commit
4b3ad88303
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class Gmtl < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "2to3", "--write", "--fix=print", "SConstruct"
|
||||
scons "install", "prefix=#{prefix}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue