ln to force mode to suppress message if target already exists.
This commit is contained in:
@@ -10,7 +10,6 @@ make -j $(command nproc 2>/dev/null || echo 12)
|
|||||||
cd examples
|
cd examples
|
||||||
cd pybullet
|
cd pybullet
|
||||||
if [ -e pybullet.dylib ]; then
|
if [ -e pybullet.dylib ]; then
|
||||||
rm pybullet.so
|
ln -f -s pybullet.dylib pybullet.so
|
||||||
ln -s pybullet.dylib pybullet.so
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user