Open halian opened 11 months ago
Can you change -pthread
to -lpthread
in tools/Makefile
(line 49)?
I changed -pthread
to -lpthread
on line 47 of tools/Makefile
and it now fails with:
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/13.2.0/../../../../powerpc-eabi/bin/ld: cannot find -lpthread: No such file or directory
Describe the bug Building the tools with
make tools
fails due to an unrecognized command-line option.To Reproduce Steps to reproduce the behavior:
make tools
Expected behavior The tools compile without incident, that I may compile the game proper for my Wii U.
ScreenshotsTerminal outputDesktop (please complete the following information):
Additional context Add any other context about the problem here.