Skip to content

Commit 6fcaf87

Browse files
committed
debug
1 parent 36f29da commit 6fcaf87

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LIBS_DIR := $(abspath ./libs)
55
UNAME_S := $(shell uname -s)
66
ifeq ($(UNAME_S),Darwin)
77
CGO_CFLAGS := -I$(LIBS_DIR)
8-
CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath
8+
CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,@executable_path
99
else
1010
CGO_CFLAGS := -I$(LIBS_DIR)
1111
CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,$(LIBS_DIR)

libs/libcodex.dylib

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)