Skip to content

Commit a9063d8

Browse files
committed
debug
1 parent 69b9749 commit a9063d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ fetch:
3434
# Update the path to the shared library on macOS
3535
ifeq ($(UNAME_S),Darwin)
3636
# install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib
37-
otool -L libs/libcodex.dylib
3837
endif
3938

4039
build:
4140
ifeq ($(UNAME_S),Darwin)
4241
# install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib
43-
otool -L libs/libcodex.dylib
4442
endif
4543
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
4644

0 commit comments

Comments
 (0)