feat: goose windows (#880)
Co-authored-by: Ryan Versaw <ryan@versaw.com>
This commit is contained in:
+6
-1
@@ -12,7 +12,6 @@ pre-build = [
|
||||
libxcb1-dev:arm64
|
||||
"""
|
||||
]
|
||||
env = { PKG_CONFIG_PATH = "/usr/lib/aarch64-linux-gnu/pkgconfig" }
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
xargo = false
|
||||
@@ -27,3 +26,9 @@ pre-build = [
|
||||
libxcb1-dev \
|
||||
"""
|
||||
]
|
||||
|
||||
[target.x86_64-pc-windows-gnu]
|
||||
image = "dockcross/windows-static-x64:latest"
|
||||
# Enable verbose output for Windows builds
|
||||
build-std = true
|
||||
env = { "RUST_LOG" = "debug", "RUST_BACKTRACE" = "1", "CROSS_VERBOSE" = "1" }
|
||||
|
||||
Reference in New Issue
Block a user