mirror of https://github.com/parazyd/arm-sdk.git
Fix typo in boards/pinephone.sh
This commit is contained in:
parent
c9888cfa97
commit
26368f01ee
|
|
@ -56,7 +56,7 @@ prebuild() {
|
|||
|
||||
postbuild() {
|
||||
fn postbuild
|
||||
req=(device_name compilerl loopdevice)
|
||||
req=(device_name compiler loopdevice)
|
||||
ckreq || return 1
|
||||
|
||||
notice "executing $device_name postbuild"
|
||||
|
|
|
|||
Loading…
Reference in New Issue