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
7
cli/generate-files
Executable file
7
cli/generate-files
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
(cat ./overrides.json; printf '\0') | xxd -i -n stock_overrides > stock_overrides.h
|
||||
(printf '(no info)\0') | xxd -i -n man_rust > man_rust.h
|
||||
(printf '(no info)\0') | xxd -i -n man_go > man_go.h
|
||||
(printf '(no info)\0') | xxd -i -n man_ninja > man_ninja.h
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue