Commit efb4e4c
authored
Cranelift: tweak the ISLE-source-dir build script functionality. (bytecodealliance#10466)
- Add a `cargo:rerun-if-env-changed` clause for the `ISLE_SOURCE_DIR`
environment variable to properly rebuild if the config changes.
- Update docs to point to the new env-var-based approach rather than the
old Cargo feature.
As per this Zulip conversation [1] and this GitHub comment [2].
[1]: https://bytecodealliance.zulipchat.com/#narrow/channel/217117-cranelift/topic/How.20to.20enable.20the.20isle-in-source-tree.20feature.3F/near/508028830
[2]: bytecodealliance#9633 (comment)1 parent 4bb6783 commit efb4e4c
2 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 34 | + | |
| 35 | + | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
0 commit comments