mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-07 07:55:27 +01:00
Fix build errors with curl disabled
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user