make.sh: build with python2

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I0d08c0275691590a5308c7917f1e2d273f15fab6
This commit is contained in:
Joseph Chen 2020-11-02 16:04:52 +08:00 committed by Jianhong Chen
parent daae0a01d6
commit df4d86e5a0
1 changed files with 1 additions and 1 deletions

View File

@ -772,6 +772,6 @@ select_ini_file
handle_args_late
sub_commands
clean_files
make CROSS_COMPILE=${TOOLCHAIN_GCC} all --jobs=${JOB}
make PYTHON=python2 CROSS_COMPILE=${TOOLCHAIN_GCC} all --jobs=${JOB}
pack_images
finish