mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
refactor(mage): rename BuildB to BuildCLIB for clarity
This commit is contained in:
@@ -40,13 +40,15 @@ func BuildCLI() error {
|
||||
return buildBinary("olcrtc", "./cmd/olcrtc", goos, goarch, false)
|
||||
}
|
||||
|
||||
// BuildB builds olcrtc with b codec support (requires libb.so).
|
||||
func BuildB() error {
|
||||
// BuildCLIB builds the olcrtc CLI with b codec support (requires libb.so).
|
||||
func BuildCLIB() error {
|
||||
mg.Deps(Deps)
|
||||
mg.Deps(B.Build)
|
||||
return buildBinary("olcrtc", "./cmd/olcrtc", goos, goarch, true)
|
||||
}
|
||||
|
||||
// TODO: BuildUIB, BuildB (cli+ui with b codec)
|
||||
|
||||
// BuildUI builds the Fyne desktop UI binary.
|
||||
func BuildUI() error {
|
||||
return buildUIBinary(goos, goarch)
|
||||
|
||||
Reference in New Issue
Block a user