chore_: Fix Windows build (#5067)
This commit is contained in:
parent
99f7276460
commit
7ba9a00fee
4
Makefile
4
Makefile
|
@ -108,7 +108,9 @@ endef
|
||||||
|
|
||||||
# TODO: Define more specific shells.
|
# TODO: Define more specific shells.
|
||||||
TARGET := default
|
TARGET := default
|
||||||
SHELL := ./nix/scripts/shell.sh
|
ifneq ($(detected_OS),Windows)
|
||||||
|
SHELL := ./nix/scripts/shell.sh
|
||||||
|
endif
|
||||||
shell: export TARGET ?= default
|
shell: export TARGET ?= default
|
||||||
shell: ##@prepare Enter into a pre-configured shell
|
shell: ##@prepare Enter into a pre-configured shell
|
||||||
ifndef IN_NIX_SHELL
|
ifndef IN_NIX_SHELL
|
||||||
|
|
Loading…
Reference in New Issue