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 65c0038 commit 81837e6Copy full SHA for 81837e6
Makefile
@@ -41,6 +41,10 @@ ifeq ($(UNAME_S),Darwin)
41
endif
42
43
build:
44
+ifeq ($(UNAME_S),Darwin)
45
+# install_name_tool -id @rpath/libcodex.dylib $(LIBS_DIR)/libcodex.dylib
46
+ otool -L libs/libcodex.dylib
47
+endif
48
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
49
50
run:
0 commit comments