Browse Source

Merge pull request #1509 from ararslan/aa/dragonfly

Add DragonFly to exports/Makefile
tags/v0.3.0^2
Martin Kroeker GitHub 8 years ago
parent
commit
6c99c97489
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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