File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -625,13 +625,13 @@ function _install {
625
625
fi
626
626
627
627
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 " ) "
629
629
echo " # copied '$libomp_path '"
630
630
631
631
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 " ) "
633
633
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 " ) "
635
635
die $? " not ok - failed to modify the install name of copied 'libomp.dylib'"
636
636
fi
637
637
else
You can’t perform that action at this time.
0 commit comments