libretro-atari800/.bash_history
Ploggy 72884ccbf9
Update Makefile + Update Libco + Change paths from sd:/ to fs:/vol/external01 (#101)
* Update Makefile

* Update Makefile

* Change Paths

Change paths from sd:/ to fs:/vol/external01

* Update Libco

* Revert "Fix type to enable compilation (#92)"

This reverts commit 8bfa3b80f6.

* Revert "added ToadKing libco support that fixes emscripten build (#90)"

This reverts commit 410d7bf0c2.

* Revert "use static_linking for emscripten platform (#89)"

This reverts commit c50fb61580.

* Missed a sd: to fs:/vol/external01 change

* Reapply "Fix type to enable compilation (#92)"

This reverts commit f72bc2979d.

* Reapply "use static_linking for emscripten platform (#89)"

This reverts commit 25f0f5c7d2.

* Reapply "added ToadKing libco support that fixes emscripten build (#90)"

This reverts commit ce1b4afad9.

* found another sd:/ path that needed changing
2024-09-06 11:31:49 -07:00

7 lines
237 B
Bash

cd /developer
make -f Makefile.libretro platform=wiiu -j3 DEBUG_ALLOW_DIRTY_SUBMODULES=1
make -f Makefile platform=wiiu -j3 DEBUG_ALLOW_DIRTY_SUBMODULES=1
make clean
make -f Makefile platform=wiiu -j3 DEBUG_ALLOW_DIRTY_SUBMODULES=1
exit