Skip to content

Commit

Permalink
Merge pull request #19 from morgant/system-libs-on-openbsd
Browse files Browse the repository at this point in the history
Add include/lib paths for OpenBSD in Makefile. Issue #18
  • Loading branch information
0x09 committed Feb 6, 2021
2 parents 270ba39 + 1ffec28 commit a089632
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ else ifeq ($(OS), DragonFly)
APP_FLAGS += -I/usr/local/include
APP_LIB += -L/usr/local/lib
FUSE_FLAGS += -I/usr/local/include
else ifeq ($(OS), OpenBSD)
APP_FLAGS += -I/usr/local/include -I/usr/local/include/libutf8proc
APP_LIB += -L/usr/local/lib
else ifeq ($(OS), NetBSD)
$(info NetBSD detected, only hfsdump will be built by default)
TARGETS=hfsdump
Expand Down

0 comments on commit a089632

Please sign in to comment.