Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit abd5ab0

Browse files
committed
try and fix build issue
1 parent 93c3b90 commit abd5ab0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ license = "LGPL-3.0+"
2020
name = "artifact-app"
2121
readme = "README.md"
2222
repository = "https://github.com/vitiral/artifact"
23-
version = "0.9.3"
23+
version = "0.9.4"
2424

2525
[dependencies]
2626
ansi_term = "0.9.0"

Cross.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build.env]
2+
passthrough = [
3+
"PKG_CONFIG_ALLOW_CROSS",
4+
]

env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export RUSTFMT_VERSION="0.2.5"
1616
export RUSTCLIPPY_VERSION="0.0.155"
1717
export RUST_VERSION="nightly-2017-08-31"
1818

19+
export PKG_CONFIG_ALLOW_CROSS=1
20+
1921
export NPM_PACKAGES="\
2022
elm@0.18.0 \
2123
webpack@3.5.5 \

0 commit comments

Comments
 (0)