From 53f920bcca43fcf5470e675a18ea04e51edb07a2 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 20 Aug 2020 17:29:29 +0200 Subject: [PATCH] Fix qt env in SConstruct --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index c1a9658a5e..e3765a15c1 100644 --- a/SConstruct +++ b/SConstruct @@ -192,7 +192,7 @@ if arch in ["x86_64", "Darwin", "larch64"]: QT_BASE + "include/QtDBus", ] qt_env["RPATH"] += [QT_BASE + "lib"] - if arch == "Darwin": + elif arch == "Darwin": qt_env['QTDIR'] = "/usr/local/opt/qt" QT_BASE = "/usr/local/opt/qt/" qt_dirs = [