XboxDev / nxdk-libcxx

Copy of libcxx git repository located at http://llvm.org/git/libcxx (adapted for original Xbox / nxdk toolchain)
http://libcxx.llvm.org
Other
4 stars 3 forks source link

xbox: Fix building libc++ #1

Closed thrimbor closed 4 years ago

thrimbor commented 4 years ago

Well, this is a bit embarrassing, but somehow I managed to break building libc++ by improperly using a wildcard in the Makefile before it was merged and didn't notice it (it resulted in a non-working libc++ library - you could link against it, but as soon as you required symbols from it, it would break).

I fixed this now and I'm listing all files explicitly. I also tested this with some code that requires linking against libc++ to make sure it works 100%.

This is blocking what I'm working on atm and it was a pretty small but stupid mistake on my part, so I intend to self-merge this if there's no feedback in the next ~12 hours.