summaryrefslogtreecommitdiffstats
path: root/build/qt5.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/qt5.py')
-rw-r--r--build/qt5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/qt5.py b/build/qt5.py
index 30adc4067e..90a9422780 100644
--- a/build/qt5.py
+++ b/build/qt5.py
@@ -936,7 +936,7 @@ def enable_modules(self, modules, debug=False, crosscompiling=False, staticdeps=
except: pass
debugSuffix = ''
if (sys.platform.startswith("linux") or sys.platform.startswith("darwin") or
- sys.platform.find("bsd")) and not crosscompiling :
+ sys.platform.find("bsd") >= 0) and not crosscompiling :
if debug : debugSuffix = '_debug'
# Call _find_qtdirs with QtCore to get at least one initialized for later usage with RPATH
qt_dirs = _find_qtdirs("$QT5DIR","QtCore")