diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index c7094e82c..c4af5050f 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -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 |
