mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 08:12:07 +08:00
Fix qt env in SConstruct
old-commit-hash: 53f920bcca43fcf5470e675a18ea04e51edb07a2
This commit is contained in:
+1
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user