support building with chicken-install too
Change-Id: I47510ca9d5892f1def55ab14f610ba796a6a6964
This commit is contained in:
parent
933b942a62
commit
56b114ef2c
8 changed files with 55 additions and 10 deletions
6
lang/rust/helpers/generate-files
Normal file
6
lang/rust/helpers/generate-files
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
(cat helpers/src/bin/buildscript-runner.rs; printf '\0') | xxd -i -n runner_source > runner_source.h
|
||||
(cat helpers/src/bin/rustc-wrapper.rs; printf '\0') | xxd -i -n rustc_wrap_source > rustc_wrap_source.h
|
||||
(cat helpers/src/bin/cfg-reader.rs; printf '\0') | xxd -i -n cfgfetch_source > cfgfetch_source.h
|
||||
(cat helpers/src/bin/false.rs; printf '\0') | xxd -i -n false_source > false_source.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue