mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-04 06:23:07 +00:00
debug
This commit is contained in:
parent
65c00384eb
commit
81837e6c98
4
Makefile
4
Makefile
@ -41,6 +41,10 @@ ifeq ($(UNAME_S),Darwin)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
ifeq ($(UNAME_S),Darwin)
|
||||||
|
# install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib
|
||||||
|
otool -L libs/libcodex.dylib
|
||||||
|
endif
|
||||||
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
|
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
|
||||||
|
|
||||||
run:
|
run:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user