aboutsummaryrefslogtreecommitdiff
path: root/go/typdown.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/typdown.go')
-rw-r--r--go/typdown.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/go/typdown.go b/go/typdown.go
index d93d4ca..a488430 100644
--- a/go/typdown.go
+++ b/go/typdown.go
@@ -1,8 +1,7 @@
package typdown
-// #cgo LDFLAGS: -L${SRCDIR}/zig-out/lib -ltypdown
// #include <stdlib.h>
-// #include "typdown.h"
+// #include <typdown.h>
import "C"
import (
"errors"