chore_: Fix Windows build (#5067)

This commit is contained in:
Cuteivist 2024-05-07 14:02:38 +02:00 committed by GitHub
parent 99f7276460
commit 7ba9a00fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -108,7 +108,9 @@ endef
# TODO: Define more specific shells.
TARGET := default
SHELL := ./nix/scripts/shell.sh
ifneq ($(detected_OS),Windows)
SHELL := ./nix/scripts/shell.sh
endif
shell: export TARGET ?= default
shell: ##@prepare Enter into a pre-configured shell
ifndef IN_NIX_SHELL