Skip to content

Commit

Permalink
fix: build RetroArch with networking
Browse files Browse the repository at this point in the history
  • Loading branch information
goweiwen committed Jun 3, 2024
1 parent 9f64ae8 commit 655a399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $(DIST_DIR)/RetroArch/retroarch: $(RETROARCH)/retroarch
rsync -a $(RETROARCH)/retroarch "$(DIST_DIR)/RetroArch"

$(RETROARCH)/retroarch:
docker run --rm -v /$(ROOT_DIR)/third-party:/root/workspace $(TOOLCHAIN) bash -c "source /root/.bashrc; cd RetroArch; make clean all ADD_NETWORKING=1 PACKAGE_NAME=retroarch"
docker run --rm -v /$(ROOT_DIR)/third-party:/root/workspace $(TOOLCHAIN) bash -c "source /root/.bashrc; cd RetroArch; make clean all MIYOO354=1 PACKAGE_NAME=retroarch"

$(DIST_DIR)/.allium/bin/dufs:
cd third-party/dufs && cross build --release --target=$(CROSS_TARGET_TRIPLE)
Expand Down

0 comments on commit 655a399

Please sign in to comment.