Skip to content

Commit

Permalink
build fix(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad committed Nov 20, 2024
1 parent 6b9ba39 commit b2bacde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions go-cosmwasm/api/link_std_sw.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//go:build !secretcli && linux && !muslc && !darwin && !sgx
// +build !secretcli,linux,!muslc,!darwin,!sgx

package api

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

0 comments on commit b2bacde

Please sign in to comment.