xbps-src: separate options of target package and its dependencies
This commit is contained in:
parent
15e7a92951
commit
600d33006b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue