mirror of
https://github.com/libretro/libretro-atari800.git
synced 2024-11-23 15:49:41 +00:00
72884ccbf9
* 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 commit8bfa3b80f6
. * Revert "added ToadKing libco support that fixes emscripten build (#90)" This reverts commit410d7bf0c2
. * Revert "use static_linking for emscripten platform (#89)" This reverts commitc50fb61580
. * Missed a sd: to fs:/vol/external01 change * Reapply "Fix type to enable compilation (#92)" This reverts commitf72bc2979d
. * Reapply "use static_linking for emscripten platform (#89)" This reverts commit25f0f5c7d2
. * Reapply "added ToadKing libco support that fixes emscripten build (#90)" This reverts commitce1b4afad9
. * found another sd:/ path that needed changing
7 lines
237 B
Bash
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
|