Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 37ed0ed

Browse files
authoredJun 2, 2020
Fix the Makefile for compiling into the local directory. (#26)
Signed-off-by: John Plevyak <[email protected]>
1 parent b273b07 commit 37ed0ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
CPP_API ?= .
2+
13
all: proxy_wasm_intrinsics.pb.h proxy_wasm_intrinsics_lite.pb.h struct_lite.pb.h ${CPP_API}/libprotobuf.a ${CPP_API}/libprotobuf-lite.a
24

35
protobuf: proxy_wasm_intrinsics.pb.h proxy_wasm_intrinsics_lite.pb.h struct_lite.pb.h

0 commit comments

Comments
 (0)
Please sign in to comment.