Skip to content
Snippets Groups Projects
Commit 74124f6f authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added dependency on having protoheaders installed

parent 5a3c3bdd
No related branches found
No related tags found
No related merge requests found
Pipeline #4397 failed
......@@ -43,6 +43,7 @@ for file in proto_files:
# build protofiles
env.Append(CPPPATH="$TURBO_HOME")
lib = env.StaticLibrary('turbo-rpc', [proto_files])
Depends(lib,ret) # the library depends on having protoc headers installed
ret = ret + env.Install("$TURBO_HOME/lib/", lib)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment