forked from jshiffer/matterbridge
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
|
//go:build cgolottie
|
||||||
// +build cgo
|
|
||||||
|
|
||||||
package helper
|
package helper
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !cgo
|
//go:build !cgolottie
|
||||||
|
|
||||||
package helper
|
package helper
|
||||||
|
|
||||||
@ -6,6 +6,7 @@ import (
|
|||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
|
||||||
"github.com/sirupsen/logrus"
|
"github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user