mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Spell LOADER correctly so we test lua build.
This commit is contained in:
parent
9053d5b70c
commit
25dcf0e535
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ for i in \
|
|||
powerpc/powerpc powerpc/powerpc64 \
|
||||
; do
|
||||
ta=${i##*/}
|
||||
dobuild $ta _.boot.${ta}.lua.log "MK_LOADEDER_LUA=yes MK_FORTH=no"
|
||||
dobuild $ta _.boot.${ta}.lua.log "MK_LOADER_LUA=yes MK_FORTH=no"
|
||||
done
|
||||
|
||||
# Build w/o ZFS
|
||||
|
|
|
|||
Loading…
Reference in a new issue