Skip to content

Commit

Permalink
build fix WIP(6)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Apr 3, 2024
1 parent b7c4b71 commit 9e3c94c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions go-cosmwasm/api/link_tests.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//go:build !secretcli && linux && !muslc && !darwin && test
// +build !secretcli,linux,!muslc,!darwin,test

package api

// #cgo LDFLAGS: -Wl,-rpath,${SRCDIR} -L${SRCDIR} -lgo_cosmwasm
import "C"

0 comments on commit 9e3c94c

Please sign in to comment.