We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b606bb commit 1153469Copy full SHA for 1153469
1 file changed
build.sh
@@ -13,7 +13,8 @@ git apply ../tweak_linux_config_options.patch
13
echo 'Successfully applied the required patches. Configuring now...'
14
# Most importantly, note '--static'
15
mkdir build-riscv64 && cd build-riscv64
16
-../configure --target-list=riscv64-linux-user --static --disable-vnc --without-default-devices
+
17
+../configure --target-list=riscv64-softmmu --static --audio-drv-list="" --without-default-devices --disable-vnc
18
19
echo "Successfully configured. Building now..."
20
# On my machine, configuration step did not collect all the dependencies
0 commit comments