diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-20 15:36:48 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-20 15:36:48 +0200 |
| commit | 1fcdd6f58533cdc4b89cead6119179646a05178f (patch) | |
| tree | 4a84f773eac6b760effda7d22ac2199390b83e1d /go/typdown.go | |
| parent | 4372b49024e82e889eb2073c37fbcc1dada05723 (diff) | |
build(go): not installing artificat for tests
Diffstat (limited to 'go/typdown.go')
| -rw-r--r-- | go/typdown.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/typdown.go b/go/typdown.go index 8d8fff7..1125ecb 100644 --- a/go/typdown.go +++ b/go/typdown.go @@ -1,6 +1,6 @@ package typdown -// #cgo LDFLAGS: -L${SRCDIR}/zig-out/lib/ -ltypdown +// #cgo LDFLAGS: -L${SRCDIR}/zig-out/lib -ltypdown // #include <stdlib.h> // #include "typdown.h" import "C" |
