mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Prevent reuse causing lang issues due to optimisations
This commit is contained in:
@@ -144,8 +144,9 @@ then
|
||||
do
|
||||
echo "Building firmware for $model in $lang"
|
||||
make -j lang="$lang" model="$model" >/dev/null
|
||||
checkLastCommand
|
||||
rm -rf Objects >/dev/null
|
||||
checkLastCommand
|
||||
rm -rf Objects/src>/dev/null
|
||||
done
|
||||
done
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user