1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix build errors with curl disabled

This commit is contained in:
sfan5 2024-04-28 12:31:15 +02:00
parent df4c9e2903
commit fc0ac64277
3 changed files with 3 additions and 3 deletions

View file

@ -728,7 +728,7 @@ void TestUtilities::testIsBlockInSight()
void TestUtilities::testColorizeURL()
{
#ifdef USE_CURL
#if USE_CURL
#define RED COLOR_CODE("#faa")
#define GREY COLOR_CODE("#aaa")
#define WHITE COLOR_CODE("#fff")