mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
Remove acados symlink (#28824)
seems to build fine without?
old-commit-hash: f086656e80
This commit is contained in:
@@ -72,11 +72,6 @@ if platform.system() == "Darwin":
|
||||
if arch == "aarch64" and AGNOS:
|
||||
arch = "larch64"
|
||||
|
||||
# create symlink to lib dir of current arch, so the ACADOS_SOURCE_DIR would have valid structure
|
||||
acados_lib_path = Dir(f"#third_party/acados/lib")
|
||||
if not Dir(f"#third_party/acados/lib").exists():
|
||||
os.symlink(Dir(f"#third_party/acados/{arch}/lib").abspath, acados_lib_path.abspath)
|
||||
|
||||
lenv = {
|
||||
"PATH": os.environ['PATH'],
|
||||
"LD_LIBRARY_PATH": [Dir(f"#third_party/acados/{arch}/lib").abspath],
|
||||
|
||||
Reference in New Issue
Block a user