mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Use relative paths instead of absolute paths
This commit is contained in:
parent
30c2dd8d05
commit
0087f26848
@ -479,7 +479,7 @@ endif
|
||||
|
||||
%.pb.cc %.pb.h: %.proto
|
||||
@test -f $(PROTOC)
|
||||
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(abspath $(<D) $<)
|
||||
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(<D) $<
|
||||
|
||||
if ENABLE_TESTS
|
||||
include Makefile.test.include
|
||||
|
Loading…
Reference in New Issue
Block a user