maybe fix

This commit is contained in:
alison wright 2019-10-22 15:15:26 -04:00
parent 19b0e3476e
commit 80a10dc9bb

View File

@ -25,7 +25,7 @@ build() {
for proj in ${_projects}
do
cd "${srcdir}/${_pkgname}/${proj}"
make profile="debugger"
make
done
}