mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
add the build platform to json
This commit is contained in:
parent
47c31e3792
commit
32632926de
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pkg-info.jq:
|
|||
echo '.version="${LANG_VERSION}"' >> pkg-info.jq
|
||||
echo '.author="${LANG_AUTHOR}"' >> pkg-info.jq
|
||||
echo '.dependencies={}' >> pkg-info.jq
|
||||
echo '.build_platform="${BUILD_PLATFORM}"'
|
||||
echo '.build_platform="${BUILD_PLATFORM}"' >> pkg-info.jq
|
||||
$(foreach dep, ${LANG_DEPS}, echo '.dependencies.$(word 1,$(subst =, ,${dep}))="$(word 2,$(subst =, ,${dep}))"' >> pkg-info.jq)
|
||||
|
||||
%.asc: %
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue