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 69b9749 commit a9063d8Copy full SHA for a9063d8
Makefile
@@ -34,13 +34,11 @@ fetch:
34
# Update the path to the shared library on macOS
35
ifeq ($(UNAME_S),Darwin)
36
# install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib
37
- otool -L libs/libcodex.dylib
38
endif
39
40
build:
41
42
43
44
45
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
46
0 commit comments