File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ PYTHON_EXECUTABLE = "$(which python)"
101101[tool .cibuildwheel .macos ]
102102before-all = " bash {project}/.github/scripts/cibw_before_all_macos.sh"
103103before-build = " bash {project}/.github/scripts/cibw_before_build_macos.sh {project}"
104- repair-wheel-command = " DYLD_LIBRARY_PATH=$HOME/opt/gtdynamics-deps/gtd_current/lib:$HOME/opt/gtdynamics-deps/gtsam_current/lib: /opt/homebrew/lib:/opt/homebrew/opt/urdfdom/lib:$DYLD_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
104+ repair-wheel-command = " DYLD_LIBRARY_PATH=/opt/homebrew/lib:/opt/homebrew/opt/urdfdom/lib:$DYLD_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
105105
106106[tool .cibuildwheel .macos .environment ]
107107MACOSX_DEPLOYMENT_TARGET = " $MACOSX_DEPLOYMENT_TARGET"
108108INSTALL_PREFIX = " $HOME/opt/gtdynamics-deps"
109109GTSAM_DIR = " $HOME/opt/gtdynamics-deps/gtsam_current/lib/cmake/GTSAM"
110110CMAKE_PREFIX_PATH = " $HOME/opt/gtdynamics-deps/gtsam_current"
111- DYLD_LIBRARY_PATH = " $HOME/opt/gtdynamics-deps/gtd_current/lib:$HOME/opt/gtdynamics-deps/gtsam_current/lib"
111+ # DYLD_LIBRARY_PATH = "$HOME/opt/gtdynamics-deps/gtd_current/lib:$HOME/opt/gtdynamics-deps/gtsam_current/lib"
You can’t perform that action at this time.
0 commit comments