mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-31 15:18:34 -04:00
update build script
This commit is contained in:
parent
a68629a931
commit
01c902e026
1 changed files with 8 additions and 0 deletions
|
@ -31,5 +31,13 @@ make -j 16
|
||||||
sh install.sh uefi
|
sh install.sh uefi
|
||||||
|
|
||||||
|
|
||||||
|
#build for IA32 EFI
|
||||||
|
make distclean
|
||||||
|
./autogen.sh
|
||||||
|
./configure --target=i386 --with-platform=efi --prefix=$VT_GRUB_DIR/INSTALL/
|
||||||
|
make -j 16
|
||||||
|
sh install.sh i386efi
|
||||||
|
|
||||||
|
|
||||||
cd ../../
|
cd ../../
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue