protobuf lib path bug fix for benckmark on osx (#13878)
This commit is contained in:
parent
1c1dad105a
commit
c9cb5a58d5
@ -190,6 +190,10 @@ LIBFLAGS :=
|
||||
|
||||
# If we're on OS X, make sure that globals aren't stripped out.
|
||||
ifeq ($(TARGET),OSX)
|
||||
ifeq ($(HAS_GEN_HOST_PROTOC),true)
|
||||
LIBFLAGS += -L$(MAKEFILE_DIR)/gen/protobuf-host/lib
|
||||
export LD_LIBRARY_PATH=$(MAKEFILE_DIR)/gen/protobuf-host/lib
|
||||
endif
|
||||
LDFLAGS += -all_load
|
||||
endif
|
||||
# Make sure that we don't strip global constructors on Linux.
|
||||
|
Loading…
Reference in New Issue
Block a user