ln to force mode to suppress message if target already exists.

This commit is contained in:
Will Rosecrans
2018-01-08 15:05:20 -08:00
parent e2105dfaad
commit 6fa4945da0

View File

@@ -10,7 +10,6 @@ make -j $(command nproc 2>/dev/null || echo 12)
cd examples
cd pybullet
if [ -e pybullet.dylib ]; then
rm pybullet.so
ln -s pybullet.dylib pybullet.so
ln -f -s pybullet.dylib pybullet.so
fi