Skip to content

Commit

Permalink
Make sure install prefix folder tree is respected in cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMore201 committed Dec 10, 2024
1 parent 8a5c2a0 commit 576c289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ stamps/build-qemu: $(QEMU_SRCDIR)
--prefix=$(INSTALL_DIR) \
$(QEMU_CONFIGURE_HOST) \
--target-list=tricore-softmmu \
--bindir=bin \
--datadir=share/qemu \
--localedir=share/locale \
--static \
--without-default-features
$(MAKE) -C $(notdir $@) all
Expand Down

0 comments on commit 576c289

Please sign in to comment.