X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile;h=95f0fe9a577f7940d103b87633704fccfe041b0e;hb=22cdb6c1ea1f5ca429333bcbe26706c8b4dd38d7;hp=1b03bbc2b0ac1c26237830dc2a510743bb5babb7;hpb=70ba9de85cddc5460b1ec53e0a99bee271e26ece;p=stockfish diff --git a/src/Makefile b/src/Makefile index 1b03bbc2..95f0fe9a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -108,7 +108,7 @@ ifeq ($(ARCH),) endif ifeq ($(ARCH), native) - override ARCH = $(shell ../scripts/get_native_properties.sh | cut -d " " -f 1) + override ARCH = $(shell $(SHELL) ../scripts/get_native_properties.sh | cut -d " " -f 1) endif # explicitly check for the list of supported architectures (as listed with make help),