Browse Source

Add DragonFly to exports/Makefile

Its exclusion was an oversight on my part.
tags/v0.3.0^2
Alex Arslan 7 years ago
parent
commit
24f8d5b624
No known key found for this signature in database GPG Key ID: EC409F3AF54AD659
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      exports/Makefile

+ 1
- 1
exports/Makefile View File

@@ -156,7 +156,7 @@ endif
endif

#http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD))
ifeq ($(OSNAME), $(filter $(OSNAME),FreeBSD OpenBSD NetBSD DragonFly))

so : ../$(LIBSONAME)



Loading…
Cancel
Save