qt5: remove CoreFoundation workaround
This commit is contained in:
parent
1da1227941
commit
9a7fe8a1cf
1 changed files with 0 additions and 5 deletions
|
@ -55,11 +55,6 @@ class Qt5 < Formula
|
|||
"-nomake", "tests",
|
||||
"-release"]
|
||||
|
||||
unless MacOS::CLT.installed?
|
||||
# ... too stupid to find CFNumber.h, so we give a hint:
|
||||
ENV.append 'CXXFLAGS', "-I#{MacOS.sdk_path}/System/Library/Frameworks/CoreFoundation.framework/Headers"
|
||||
end
|
||||
|
||||
# https://bugreports.qt-project.org/browse/QTBUG-34382
|
||||
args << "-no-xcb"
|
||||
|
||||
|
|
Loading…
Reference in a new issue