mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
Added prefix support, which enables the homebrew package to work.
This commit is contained in:
parent
dcefe7d221
commit
fa461b1254
@ -12,6 +12,15 @@ LIBS =
|
|||||||
# Found no good way to detect it from command line. TODO: Might be some osx sysinfo magic
|
# Found no good way to detect it from command line. TODO: Might be some osx sysinfo magic
|
||||||
CXXFLAGS += -maes -DAESNI
|
CXXFLAGS += -maes -DAESNI
|
||||||
|
|
||||||
|
|
||||||
|
${PREFIX}:
|
||||||
|
|
||||||
|
install: all
|
||||||
|
mkdir -p ${PREFIX}/
|
||||||
|
cp -r i2p ${PREFIX}/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Apple Mac OSX
|
# Apple Mac OSX
|
||||||
UNAME_S := $(shell uname -s)
|
UNAME_S := $(shell uname -s)
|
||||||
ifeq ($(UNAME_S),Darwin)
|
ifeq ($(UNAME_S),Darwin)
|
||||||
|
Loading…
Reference in New Issue
Block a user