hacks to build on nix
This commit is contained in:
parent
38cae30841
commit
9400f5a869
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
|
@ -179,7 +179,7 @@ if [ $ngx_found = no ]; then
|
|||
fi
|
||||
|
||||
if [ $ngx_found = yes ]; then
|
||||
ngx_module_libs="$ngx_module_libs -lopentelemetry_common -lopentelemetry_resources -lopentelemetry_trace"
|
||||
ngx_module_libs="$ngx_module_libs -lopentelemetry_common -lopentelemetry_resources -lopentelemetry_trace $(pkg-config --libs absl_log absl_log_internal_check_op absl_cord absl_log_initialize) -lstdc++"
|
||||
fi
|
||||
|
||||
#if [ ! -d $prefix/include/opentelemetry/proto ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue