Skip to content

Commit

Permalink
fix for non-standard capnp install location - for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ondov committed Aug 2, 2016
1 parent d6e5a9f commit 0c781eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -53,7 +53,7 @@ src/mash/memcpyWrap.o : src/mash/memcpyWrap.c
$(CC) $(CFLAGS) -c -o $@ $<

src/mash/capnp/MinHash.capnp.c++ src/mash/capnp/MinHash.capnp.h : src/mash/capnp/MinHash.capnp
cd src/mash/capnp;export PATH=@capnp@/bin/:${PATH};capnp compile -oc++ MinHash.capnp
cd src/mash/capnp;export PATH=@capnp@/bin/:${PATH};capnp compile -I @capnp@/include -oc++ MinHash.capnp

install : mash
mkdir -p @prefix@/bin/
Expand Down

0 comments on commit 0c781eb

Please sign in to comment.