Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
gitlab.kode54.net now redirects there.
|
|
Plenty of internal symbols are exported, with rather generic names that
can (and do) conflict with other libraries. So link with -Bsymbolic,
which prevents overriding them with LD_PRELOAD but also prevents such
conflicts from causing problems with functions here accidentally calling
some other library's functions.
|
|
|
|
qtchooser has been demoted to the AUR, qt5-base provides qmake.
|
|
It's accessible again.
|
|
This reverts commit 6f3c6a9db25dfe86313e9b9d8ccccbedf58734d8.
It's no longer openly accessible.
|
|
Seems to get updates sooner.
|
|
Since the Data_Reader.cpp from File_Extractor is still required, but now
blargg_common.cpp defines some conflicting UTF-8 functions.
|
|
We build both the standard and the dynamic library from scratch.
Notably, since people often have !staticlibs in options, half of that
work is often wasted.
|