Make the cgo lottie a build tag (-tag cgolottie) (#1955)
This should fix #1906 as we don't have any cgo dependencies anymore by default.
This commit is contained in:
parent
880586bac4
commit
d23f2560d5
|
@ -1,5 +1,4 @@
|
|||
//go:build cgo
|
||||
// +build cgo
|
||||
//go:build cgolottie
|
||||
|
||||
package helper
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !cgo
|
||||
//go:build !cgolottie
|
||||
|
||||
package helper
|
||||
|
||||
|
@ -6,6 +6,7 @@ import (
|
|||
"io/ioutil"
|
||||
"os"
|
||||
"os/exec"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue