mirror of https://gitlab.com/nakst/essence
create build_default.sh
This commit is contained in:
parent
327a33ab18
commit
16f5f86575
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -eux
|
||||||
|
|
||||||
|
cd essence
|
||||||
|
mkdir -p bin root
|
||||||
|
echo "accepted_license=1" >> bin/build_config.ini
|
||||||
|
echo "automated_build=1" >> bin/build_config.ini
|
||||||
|
./start.sh get-toolchain
|
||||||
|
./start.sh build
|
|
@ -9,7 +9,6 @@ echo "Flag.DEBUG_BUILD=0" >> bin/config.ini
|
||||||
echo "BuildCore.NoImportPOSIX=1" >> bin/config.ini
|
echo "BuildCore.NoImportPOSIX=1" >> bin/config.ini
|
||||||
echo "BuildCore.RequiredFontsOnly=1" >> bin/config.ini
|
echo "BuildCore.RequiredFontsOnly=1" >> bin/config.ini
|
||||||
echo "Emulator.PrimaryDriveMB=32" >> bin/config.ini
|
echo "Emulator.PrimaryDriveMB=32" >> bin/config.ini
|
||||||
echo "Emulator.PrimaryDriveMB=32" >> bin/config.ini
|
|
||||||
echo "Dependency.ACPICA=0" >> bin/config.ini
|
echo "Dependency.ACPICA=0" >> bin/config.ini
|
||||||
echo "Dependency.stb_image=0" >> bin/config.ini
|
echo "Dependency.stb_image=0" >> bin/config.ini
|
||||||
echo "Dependency.stb_image_write=0" >> bin/config.ini
|
echo "Dependency.stb_image_write=0" >> bin/config.ini
|
||||||
|
|
Loading…
Reference in New Issue