Skip to content

Commit 1153469

Browse files
committed
Use the original configuration.
Signed-off-by: Artyom Gevorgyan <artemhevorgian@gmail.com>
1 parent 9b606bb commit 1153469

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ git apply ../tweak_linux_config_options.patch
1313
echo 'Successfully applied the required patches. Configuring now...'
1414
# Most importantly, note '--static'
1515
mkdir build-riscv64 && cd build-riscv64
16-
../configure --target-list=riscv64-linux-user --static --disable-vnc --without-default-devices
16+
17+
../configure --target-list=riscv64-softmmu --static --audio-drv-list="" --without-default-devices --disable-vnc
1718

1819
echo "Successfully configured. Building now..."
1920
# On my machine, configuration step did not collect all the dependencies

0 commit comments

Comments
 (0)