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 691d52d commit 72eeb76Copy full SHA for 72eeb76
Makefile
@@ -1,5 +1,5 @@
1
# Destination folder for the downloaded libraries
2
-LIBS_DIR := $(abspath ./libs2)
+LIBS_DIR := $(abspath ./libs)
3
4
# Flags for CGO to find the headers and the shared library
5
UNAME_S := $(shell uname -s)
main.go
@@ -1,4 +1,3 @@
-// #cgo LDFLAGS: -L${SRCDIR}/libs -llibcodex
package main
import (
0 commit comments