File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LIBS_DIR := $(abspath ./libs)
55UNAME_S := $(shell uname -s)
66ifeq ($(UNAME_S ) ,Darwin)
77 CGO_CFLAGS := -I$(LIBS_DIR)
8- CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,@executable_path/libs
8+ CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,@executable_path
99else
1010 CGO_CFLAGS := -I$(LIBS_DIR)
1111 CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,$(LIBS_DIR)
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module example
22
33go 1.25.1
44
5- require github.com/codex-storage/codex-go-bindings v0.0.18
5+ require github.com/codex-storage/codex-go-bindings v0.0.19
Original file line number Diff line number Diff line change @@ -16,3 +16,5 @@ github.com/codex-storage/codex-go-bindings v0.0.17 h1:lKtYBqUIDsZdgEe1f4DGfv/K+A
1616github.com/codex-storage/codex-go-bindings v0.0.17 /go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg =
1717github.com/codex-storage/codex-go-bindings v0.0.18 h1:0l9XEoH9O5Akg7KCJreZq5jQxdky8Y79T/2TopHdBIY =
1818github.com/codex-storage/codex-go-bindings v0.0.18 /go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg =
19+ github.com/codex-storage/codex-go-bindings v0.0.19 h1:zhEhwzcavvYdfkHpB5BH+PaqYvQ4VonIKhebS1vbKh0 =
20+ github.com/codex-storage/codex-go-bindings v0.0.19 /go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg =
You can’t perform that action at this time.
0 commit comments