Fix runtime build flags

This commit is contained in:
Roman Venediktov 2024-07-02 17:07:50 +02:00
parent ba5c35b6d5
commit ad11588540
3 changed files with 11 additions and 4 deletions

View file

@ -6,7 +6,7 @@ UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
else ifeq ($(UNAME_S),Darwin)
ARCH = arch -x86_64
ARCH = -arch x86_64
endif
.PHONY: check $(TESTS)