File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -625,13 +625,13 @@ function _install {
625625 fi
626626
627627 mkdir -p " $SOCKET_HOME /lib/$arch -desktop/codesign"
628- cp -f " $libomp " " $SOCKET_HOME /lib/$arch -desktop/codesign/$( basename " $libomp " ) "
628+ cp -f " $libomp_path " " $SOCKET_HOME /lib/$arch -desktop/codesign/$( basename " $libomp_path " ) "
629629 echo " # copied '$libomp_path '"
630630
631631 echo " # modifying the install name of the copied 'libomp.dylib'"
632- quiet install_name_tool -id " @rpath/$( basename " $libomp_path " ) " " $SOCKET_HOME /lib/$arch -desktop/codesign/$( basename " $libomp " ) "
632+ quiet install_name_tool -id " @rpath/$( basename " $libomp_path " ) " " $SOCKET_HOME /lib/$arch -desktop/codesign/$( basename " $libomp_path " ) "
633633 if (( $? != 0 )) ; then
634- sudo install_name_tool -id " @rpath/$( basename " $libomp_path " ) " " $SOCKET_HOME /lib/$arch -desktop/codesign/$( basename " $libomp " ) "
634+ sudo install_name_tool -id " @rpath/$( basename " $libomp_path " ) " " $SOCKET_HOME /lib/$arch -desktop/codesign/$( basename " $libomp_path " ) "
635635 die $? " not ok - failed to modify the install name of copied 'libomp.dylib'"
636636 fi
637637 else
You can’t perform that action at this time.
0 commit comments