Skip to content
Snippets Groups Projects
Commit 836b92da authored by deuce's avatar deuce
Browse files

Update for Mac OS/X

parent 58246476
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,10 @@ ifeq ($(os),netbsd)
CFLAGS += -D__unix__ -I/usr/pkg/include
endif
ifeq ($(os),darwin)
CFLAGS += -D__unix__ -D__DARWIN__
endif
ifdef USE_DIALOG
OBJS += $(ODIR)$(SLASH)uifcd.$(OFILE)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment