maybe fix

master
an 2019-10-22 15:15:26 -04:00
parent 19b0e3476e
commit 80a10dc9bb
1 changed files with 1 additions and 1 deletions

View File

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