aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/support/signature/mapping.py
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-07-05 17:50:34 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-07-09 09:18:36 +0000
commit5662706937bd6a1449538539e3a503c6cbc45399 (patch)
treec2d72bd88f0637deb0272c12c1e0f3c7f2c61eef /sources/pyside2/PySide2/support/signature/mapping.py
parentfd0c92305419be804e9b095adf8babb536631e29 (diff)
Fix macOS build when building inside Homebrew environment
A brew build environment sets up a clang shim (fake clang ruby script that sets up additional compiler flags), which passes all brew formula dependency include paths as system include paths (via -isystem). This also includes the Qt dependency. Because our clang parser currently ignores system headers (see Builder::visitLocation in clangbuilder.cpp) and because Qt include statements inside header files would resolve to the system header location, this would result in no Qt classes being recognized by the API extractor, and thus fail the build. Fix this by checking for an environment variable that brew sets inside its build environment, to filter out the unnecessary -isystem flags. This way the Qt include path would be passed as a non-system include path from CMake, and thus correctly complete the build. Task-number: PYSIDE-731 Change-Id: I9b543eddc85270f1e8a90d9f30194b2a862e80d7 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Alberto Sottile <alby128@gmail.com>
Diffstat (limited to 'sources/pyside2/PySide2/support/signature/mapping.py')
0 files changed, 0 insertions, 0 deletions