mirror of
https://github.com/async-profiler/async-profiler.git
synced 2026-05-13 10:33:45 +00:00
#647: Patch rpath for Homebrew JDK
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,7 +32,7 @@ endif
|
||||
|
||||
OS:=$(shell uname -s)
|
||||
ifeq ($(OS),Darwin)
|
||||
CXXFLAGS += -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
|
||||
CXXFLAGS += -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../lib/server
|
||||
INCLUDES += -I$(JAVA_HOME)/include/darwin
|
||||
FDTRANSFER_BIN=
|
||||
SOEXT=dylib
|
||||
|
||||
Reference in New Issue
Block a user