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 5135fdc commit 2123548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/macos/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ../desktop-shared/Makefile.sources

SOURCES_C += $(DESKTOP_SRC_DIR)/nfd/nfd_cocoa.m
OBJECTS += $(SOURCES_C:.m=.o)
SOURCES_M += $(DESKTOP_SRC_DIR)/nfd/nfd_cocoa.m
OBJECTS += $(SOURCES_M:.m=.o)
LDFLAGS += -framework AppKit -framework UniformTypeIdentifiers

include ../desktop-shared/Makefile.common
Expand Down

0 comments on commit 2123548

Please sign in to comment.