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 a9063d8 commit 8827312Copy full SHA for 8827312
Makefile
@@ -38,7 +38,7 @@ endif
38
39
build:
40
ifeq ($(UNAME_S),Darwin)
41
-# install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib
+ install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib
42
endif
43
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
44
0 commit comments