Skip to content

Commit 8827312

Browse files
committed
debug
1 parent a9063d8 commit 8827312

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
@@ -38,7 +38,7 @@ endif
3838

3939
build:
4040
ifeq ($(UNAME_S),Darwin)
41-
# install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib
41+
install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib
4242
endif
4343
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
4444

0 commit comments

Comments
 (0)