Fix qt env in SConstruct

albatross
Willem Melching 2020-08-20 17:29:29 +02:00
parent 93ae459d96
commit 53f920bcca
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [