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 266cc32336
commit 4e00a8d596
+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