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 c2b1d20 commit 66f6b98Copy full SHA for 66f6b98
Makefile
@@ -40,6 +40,10 @@ ifeq ($(UNAME_S),Darwin)
40
endif
41
42
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
47
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
48
49
run:
0 commit comments