12 lines
793 B
Diff
12 lines
793 B
Diff
--- sources/pyside2/cmake/Macros/PySideModules.cmake.ORIG
|
|
+++ sources/pyside2/cmake/Macros/PySideModules.cmake
|
|
@@ -123,7 +123,7 @@
|
|
BYPRODUCTS ${${module_SOURCES}}
|
|
COMMAND Shiboken2::shiboken2 ${GENERATOR_EXTRA_FLAGS}
|
|
"${pyside2_BINARY_DIR}/${module_NAME}_global.h"
|
|
- --include-paths=${shiboken_include_dirs}
|
|
+ --include-paths=${shiboken_include_dirs}${PATH_SEP}${CMAKE_FIND_ROOT_PATH}/usr/include
|
|
${shiboken_framework_include_dirs_option}
|
|
--typesystem-paths=${pyside_binary_dir}${PATH_SEP}${pyside2_SOURCE_DIR}${PATH_SEP}${${module_TYPESYSTEM_PATH}}
|
|
--output-directory=${CMAKE_CURRENT_BINARY_DIR}
|