qt: don't remove q3porting.xml with Qt3Support.
Closes Homebrew/homebrew#20024.
This commit is contained in:
parent
34bcc955ce
commit
ff921906fb
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class Qt < Formula
|
|||
(bin+'pixeltool.app').rmtree
|
||||
(bin+'qhelpconverter.app').rmtree
|
||||
# remove porting file for non-humans
|
||||
(prefix+'q3porting.xml').unlink
|
||||
(prefix+'q3porting.xml').unlink if build.without? 'qt3support'
|
||||
|
||||
# Some config scripts will only find Qt in a "Frameworks" folder
|
||||
cd prefix do
|
||||
|
|
Loading…
Reference in a new issue