go-typst/cli_other.go
David Vogel b419177edc
Some checks failed
golangci-lint / lint (push) Successful in 22s
test / test (1.23.x, 0.12.0) (push) Failing after 4s
test / test (1.23.x, 0.13.0) (push) Failing after 3s
test / test (1.23.x, 0.13.1) (push) Failing after 4s
test / test (1.23.x, 0.14.0) (push) Failing after 3s
Add build tags for "non windows/unix" platforms instead of specific other platforms.
2025-11-15 20:27:08 +01:00

13 lines
302 B
Go

// Copyright (c) 2025 David Vogel
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
//go:build !(windows || unix)
package typst
// The path to the Typst executable.
// We leave that empty as we don't support this platform for now.
var ExecutablePath = ""