add the build platform to json
This commit is contained in:
parent
47c31e3792
commit
32632926de
|
@ -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…
Reference in New Issue