Skip to content

Commit

Permalink
Build macos version of NFD
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 15, 2024
1 parent ca7ae82 commit 8635ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/desktop-shared/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT_VERSION := "$(shell git describe --abbrev=7 --dirty --always --tags)"
UNAME_S := $(shell uname -s)
PLATFORM = "undefined"

OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_CXX:.cpp=.o)
OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_CXX:.cpp=.o) $(SOURCES_C:.m=.o)

CPPFLAGS += -I../ -I../../
CPPFLAGS += -Wall -Wextra -Wformat -DEMULATOR_BUILD=\"$(GIT_VERSION)\"
Expand Down

0 comments on commit 8635ff9

Please sign in to comment.