line 60 in arm9/Makefile:
LIBDIRS := $(LIBDSMI) $(LIBNTXM) $(PWD)/tobkit $(LIBNDS)
change it to:
LIBDIRS := $(LIBDSMI) $(LIBNTXM) $(TOPDIR)/tobkit $(LIBNDS)
on some operating systems / configurations (mainly on Windows) it will not
include the correct directory thus resulting in compilation error.
Original issue reported on code.google.com by matix2...@gmail.com on 27 Apr 2010 at 5:19
Original issue reported on code.google.com by
matix2...@gmail.com
on 27 Apr 2010 at 5:19