xbps-src: separate options of target package and its dependencies

This commit is contained in:
Piotr Wójcik 2020-08-28 19:19:14 +02:00 committed by Piotr
parent 15e7a92951
commit 600d33006b

View file

@ -192,7 +192,7 @@ set_build_options() {
done
# Prepare final options.
for f in ${!options[@]}; do
for f in ${build_options}; do
if [[ ${options[$f]} -eq 1 ]]; then
eval export build_option_${f}=1
else