Skip to content

Commit e5e42bb

Browse files
authored
Add Cross.toml in order to pass the NIF version to cross (#68)
This is important because `cross` don't have access by default to the env vars in the system. This is related to philss/rustler_precompiled#23
1 parent 72a64da commit e5e42bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

native/html5ever_nif/Cross.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build.env]
2+
passthrough = [
3+
"RUSTLER_NIF_VERSION"
4+
]

0 commit comments

Comments
 (0)