Skip to content
Prev Previous commit
Update buildme
  • Loading branch information
chris1111 committed Sep 30, 2025
commit 00ce437d6f2f82c27b8de7dc594ccebd44f84a75
2 changes: 1 addition & 1 deletion buildme
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ if [[ "$SYSNAME" == Darwin ]]; then
echo "[BUILD PKG]"
echo "The log will be created in the CloverPackage folder."
rm -f mpkg.log
make pkg >mpkg.log
make pkg | tee mpkg.log
else
echo && echo "can't build pkg on a non Darwin OS!"
fi
Expand Down