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 fc8667a commit 8214c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platforms/desktop-shared/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ all: $(TARGET)
$(TARGET): $(OBJECTS)
$(CXX) -o $@ $(OBJECTS) $(LDFLAGS)

%.o: %.mm
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $<

%.o: %.cpp
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $<

Expand Down
File renamed without changes.

0 comments on commit 8214c0d

Please sign in to comment.