Skip to content
Snippets Groups Projects
Commit 9e56ce03 authored by murgatroid99's avatar murgatroid99
Browse files

Fixed ruby build when rebuilding C core

parent fa0fa181
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ else ...@@ -85,7 +85,7 @@ else
end end
unless File.exist?(File.join(grpc_lib_dir, 'libgrpc.a')) unless File.exist?(File.join(grpc_lib_dir, 'libgrpc.a'))
print "Building internal gRPC\n" print "Building internal gRPC\n"
system("make -C #{root} static_c CONFIG=#{config}") system("make -C #{grpc_root} static_c CONFIG=#{grpc_config}")
end end
$CFLAGS << ' -I' + File.join(grpc_root, 'include') $CFLAGS << ' -I' + File.join(grpc_root, 'include')
$LDFLAGS << ' -L' + grpc_lib_dir $LDFLAGS << ' -L' + grpc_lib_dir
......
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