mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-11-20 03:49:34 +00:00
Add build tags for "non windows/unix" platforms instead of specific other platforms.
Some checks failed
Some checks failed
This commit is contained in:
parent
26b40a318d
commit
b419177edc
@ -3,7 +3,7 @@
|
|||||||
// This software is released under the MIT License.
|
// This software is released under the MIT License.
|
||||||
// https://opensource.org/licenses/MIT
|
// https://opensource.org/licenses/MIT
|
||||||
|
|
||||||
//go:build js
|
//go:build !(windows || unix)
|
||||||
|
|
||||||
package typst
|
package typst
|
||||||
|
|
||||||
12
cli_wasi.go
12
cli_wasi.go
@ -1,12 +0,0 @@
|
|||||||
// Copyright (c) 2025 David Vogel
|
|
||||||
//
|
|
||||||
// This software is released under the MIT License.
|
|
||||||
// https://opensource.org/licenses/MIT
|
|
||||||
|
|
||||||
//go:build wasip1
|
|
||||||
|
|
||||||
package typst
|
|
||||||
|
|
||||||
// The path to the Typst executable.
|
|
||||||
// We leave that empty as we don't support this platform for now.
|
|
||||||
var ExecutablePath = ""
|
|
||||||
Loading…
Reference in New Issue
Block a user