bonsai Makefile - specify shell explicitly

To avoid Windows trying to use cmd
This commit is contained in:
Andrej730
2025-04-21 12:55:30 +05:00
parent f8ad05cb54
commit 7592b9d097
+1
View File
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
SHELL := sh
PYTHON:=python3.11
PIP:=pip3.11
PATCH:=patch