Skip to content

Commit b2bcaf4

Browse files
committed
Debug
1 parent 66f6b98 commit b2bcaf4

File tree

1 file changed

+1
-1
lines changed

1 file 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,@executable_path/libs/libcodex.dylib
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)

0 commit comments

Comments
 (0)