github.com/containers/podman/v4@v4.9.4/libpod/linkmode/linkmode_static.go (about)

     1  //go:build static
     2  // +build static
     3  
     4  package linkmode
     5  
     6  // Linkmode returns the linking mode (static/dynamic) for the build.
     7  func Linkmode() string {
     8  	return "static"
     9  }