cld2: fix HAVE_CLD2 test
It _is_ defined (as 0) when there is no CLD2.
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
using namespace Mu;
|
||||
|
||||
#ifndef HAVE_CLD2
|
||||
#if HAVE_CLD2
|
||||
// Dummy implementation
|
||||
Option<Language> Mu::detect_language(const std::string& txt) { return Nothing; }
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user