Skip to content

Commit

Permalink
Added prefix support, which enables the homebrew package to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalv committed Nov 22, 2014
1 parent dcefe7d commit fa461b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ LIBS =
# Found no good way to detect it from command line. TODO: Might be some osx sysinfo magic
CXXFLAGS += -maes -DAESNI


${PREFIX}:

install: all
mkdir -p ${PREFIX}/
cp -r i2p ${PREFIX}/



# Apple Mac OSX
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
Expand Down

0 comments on commit fa461b1

Please sign in to comment.