diff --git a/build_cmake_pybullet_double.sh b/build_cmake_pybullet_double.sh index 48c0ccdc4..ca77a9f1c 100755 --- a/build_cmake_pybullet_double.sh +++ b/build_cmake_pybullet_double.sh @@ -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