Add support to Makefile for Darwin/MacOS platform

pull/1005/head
Chris Bednarczyk 2023-07-30 20:03:02 +02:00
rodzic 95a4e15baa
commit 1c960475ca
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -140,7 +140,7 @@ endif
ifeq ($(shell uname -s),Darwin)
CXXFLAGS += -I$(shell brew --prefix)/include
LDFLAGS += -L$(shell brew --prefix)/libm
LDFLAGS += -L$(shell brew --prefix)/lib
endif
$(BUILD)/%.o: src/%.cc $(wildcard src/%.h)