qt: Fix Framework symlinks
doh.
This commit is contained in:
parent
4189df6d87
commit
b78837b621
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Qt < Formula
|
|||
|
||||
# Some config scripts will only find Qt in a "Frameworks" folder
|
||||
frameworks.mkpath
|
||||
ln_s Dir['lib/*.framework'], frameworks
|
||||
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