Skip to content

Commit fcfc314

Browse files
committed
Removed '--disable-default-devices'
Signed-off-by: Artyom Gevorgyan <[email protected]>
1 parent fe76958 commit fcfc314

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo 'Successfully applied the required patches. Configuring now...'
1414
# Most importantly, note '--static'
1515
mkdir build-riscv64 && cd build-riscv64
1616

17-
../configure --target-list=riscv64-softmmu --static --audio-drv-list="" --without-default-devices --disable-vnc
17+
../configure --target-list=riscv64-softmmu --static --audio-drv-list="" --disable-vnc
1818

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

test/example_run.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)