Remove acados symlink (#28824)

seems to build fine without?
pull/28842/head
Robbe Derks 2 years ago committed by GitHub
parent 9774fb43e9
commit f086656e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      SConstruct

@ -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],

Loading…
Cancel
Save