Commit 0ac4e82 1 parent da5a0c4 commit 0ac4e82 Copy full SHA for 0ac4e82
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ if arch == "aarch64" or arch == "larch64":
89
89
"/usr/local/lib" ,
90
90
"/usr/lib" ,
91
91
"/system/vendor/lib64" ,
92
- "/system/comma/usr/lib" ,
93
92
f"#third_party/acados/{ arch } /lib" ,
94
93
]
95
94
@@ -306,11 +305,11 @@ if arch == "Darwin":
306
305
qt_env ["FRAMEWORKS" ] += [f"Qt{ m } " for m in qt_modules ] + ["OpenGL" ]
307
306
qt_env .AppendENVPath ('PATH' , os .path .join (qt_env ['QTDIR' ], "bin" ))
308
307
elif arch == "aarch64" :
309
- qt_env ['QTDIR' ] = "/system/comma/ usr"
308
+ qt_env ['QTDIR' ] = "/usr"
310
309
qt_dirs = [
311
- f"/system/comma/ usr/include/qt" ,
310
+ f"/usr/include/qt" ,
312
311
]
313
- qt_dirs += [f"/system/comma/ usr/include/qt/Qt{ m } " for m in qt_modules ]
312
+ qt_dirs += [f"/usr/include/qt/Qt{ m } " for m in qt_modules ]
314
313
315
314
qt_libs = [f"Qt5{ m } " for m in qt_modules ]
316
315
qt_libs += ['EGL' , 'GLESv3' , 'c++_shared' ]
You can’t perform that action at this time.
0 commit comments