Qt: Link Framework correctly into brew prefix
This commit is contained in:
parent
1748ea87e6
commit
2b046da516
1 changed files with 2 additions and 3 deletions
|
@ -119,9 +119,8 @@ class Qt < Formula
|
|||
(prefix+'q3porting.xml').unlink if build.without? 'qt3support'
|
||||
|
||||
# Some config scripts will only find Qt in a "Frameworks" folder
|
||||
cd prefix do
|
||||
ln_s lib, frameworks
|
||||
end
|
||||
frameworks.mkpath
|
||||
ln_s Dir['lib/*.framework'], frameworks
|
||||
|
||||
# The pkg-config files installed suggest that headers can be found in the
|
||||
# `include` directory. Make this so by creating symlinks from `include` to
|
||||
|
|
Loading…
Reference in a new issue