Skip to content

Commit efcd20e

Browse files
committed
enable other pipeline
1 parent c155991 commit efcd20e

File tree

2 files changed

+418
-416
lines changed

2 files changed

+418
-416
lines changed

Diff for: .cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ PKG_CONFIG_PATH_aarch64-unknown-linux-gnu = { value = "target/vcpkg/installed/ar
3131
PKG_CONFIG_PATH_x86_64-unknown-linux-musl = { value = "target/vcpkg/installed/x64-linux-musl-release/lib/pkgconfig", relative = true }
3232
PKG_CONFIG_PATH_aarch64-unknown-linux-musl = { value = "target/vcpkg/installed/arm64-linux-musl-release/lib/pkgconfig", relative = true }
3333

34+
PKG_CONFIG_PATH_x86_64-unknown-freebsd = { value = "target/vcpkg/installed/x64-freebsd-release/lib/pkgconfig", relative = true }
35+
3436
PKG_CONFIG_PATH_x86_64-apple-darwin = { value = "target/vcpkg/installed/x64-osx-release/lib/pkgconfig", relative = true }
3537
PKG_CONFIG_PATH_aarch64-apple-darwin = { value = "target/vcpkg/installed/arm64-osx-release/lib/pkgconfig", relative = true }
3638

0 commit comments

Comments
 (0)