Skip to content

Commit

Permalink
Enable building libslirp of qemu
Browse files Browse the repository at this point in the history
This is the user mode network backend support in qemu.
  • Loading branch information
wangpc-pp committed Apr 10, 2024
1 parent ae8dc93 commit 74b2f47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,8 @@ stamps/build-qemu: $(QEMU_SRCDIR) $(QEMU_SRC_GIT) $(PREPARATION_STAMP)
--prefix=$(INSTALL_DIR) \
--target-list=$(QEMU_TARGETS) \
--interp-prefix=$(INSTALL_DIR)/sysroot \
--python=python3
--python=python3 \
--enable-slirp
$(MAKE) -C $(notdir $@)
$(MAKE) -C $(notdir $@) install
mkdir -p $(dir $@)
Expand Down

0 comments on commit 74b2f47

Please sign in to comment.