You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, the binary being built is a .dll, not a .exe, so the subst command is wrong. This causes the objdump command to overwrite mame2016_libretro.dll with itself, corrupting/destroying the binary.
Build command used:
make -f Makefile.libretro -j8 SYMBOLS=1
Resulting failure:
The text was updated successfully, but these errors were encountered: