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

This commit is contained in:
Piotr Wójcik
2020-09-07 22:18:29 +02:00
committed by Piotr
parent 15e7a92951
commit 600d33006b
+1 -1
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