mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
bonsai Makefile - specify shell explicitly
To avoid Windows trying to use cmd
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
|
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
SHELL := sh
|
||||||
PYTHON:=python3.11
|
PYTHON:=python3.11
|
||||||
PIP:=pip3.11
|
PIP:=pip3.11
|
||||||
PATCH:=patch
|
PATCH:=patch
|
||||||
|
|||||||
Reference in New Issue
Block a user