1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Update github URL references (#15705)

This commit is contained in:
sfan5
2025-01-24 16:50:39 +01:00
committed by GitHub
parent f592b57dc6
commit b5e084c9a5
32 changed files with 66 additions and 68 deletions

View File

@@ -51,8 +51,8 @@ extern "C" {
#endif
#if defined(__MINGW32__) && !defined(__clang__)
// see https://github.com/minetest/minetest/issues/14140 or
// https://github.com/minetest/minetest/issues/10137 for one of the various issues we had
// see <https://github.com/luanti-org/luanti/issues/14140> or
// <https://github.com/luanti-org/luanti/issues/10137> for some of the issues we had
#error ==================================
#error MinGW gcc has a broken TLS implementation and is not supported for building \
Luanti. Look at testTLS() in test_threading.cpp and see for yourself. \