Skip to content

Commit 66f6b98

Browse files
committed
debug
1 parent c2b1d20 commit 66f6b98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ ifeq ($(UNAME_S),Darwin)
4040
endif
4141

4242
build:
43+
ifeq ($(UNAME_S),Darwin)
44+
# install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib
45+
otool -L libs/libcodex.dylib
46+
endif
4347
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
4448

4549
run:

0 commit comments

Comments
 (0)