aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_scripts/main.py')
-rw-r--r--build_scripts/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/main.py b/build_scripts/main.py
index f7b34bf45..a04bea7d3 100644
--- a/build_scripts/main.py
+++ b/build_scripts/main.py
@@ -802,7 +802,7 @@ class PysideBuild(_build, CommandMixin, BuildInfoCollectorMixin):
cmake_cmd.append(f"-DQFP_QT_HOST_PATH={self.qt_host_path}")
if self.is_cross_compile and (not OPTION["SHIBOKEN_HOST_PATH"]
- or not OPTION["SHIBOKEN_HOST_PATH"].exists()):
+ or not Path(OPTION["SHIBOKEN_HOST_PATH"]).exists()):
raise SetupError("Please specify the location of host shiboken tools via "
"--shiboken-host-path=")