We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f6b98 commit b2bcaf4Copy full SHA for b2bcaf4
Makefile
@@ -5,7 +5,7 @@ LIBS_DIR := $(abspath ./libs)
5
UNAME_S := $(shell uname -s)
6
ifeq ($(UNAME_S),Darwin)
7
CGO_CFLAGS := -I$(LIBS_DIR)
8
- CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,@executable_path/libs/libcodex.dylib
+ CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,@executable_path
9
else
10
11
CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,$(LIBS_DIR)
0 commit comments