mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-17 12:21:23 +00:00
Bugfix. Compiler was not defined.
This commit is contained in:
parent
9cc2395f32
commit
ff09893542
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ case $BRANCH in
|
|||
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
|
||||
KERNELBRANCH=$MAINLINE_KERNEL_BRANCH
|
||||
KERNELDIR=$MAINLINE_KERNEL_DIR
|
||||
;;
|
||||
KERNEL_USE_GCC='> 7.0'
|
||||
;;
|
||||
|
||||
dev)
|
||||
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
|
||||
|
|
Loading…
Add table
Reference in a new issue