Skip to content

Commit 72eeb76

Browse files
committed
debug
1 parent 691d52d commit 72eeb76

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Destination folder for the downloaded libraries
2-
LIBS_DIR := $(abspath ./libs2)
2+
LIBS_DIR := $(abspath ./libs)
33

44
# Flags for CGO to find the headers and the shared library
55
UNAME_S := $(shell uname -s)

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// #cgo LDFLAGS: -L${SRCDIR}/libs -llibcodex
21
package main
32

43
import (

0 commit comments

Comments
 (0)