修复Windows下的编译问题
This commit is contained in:
@ -223,7 +223,7 @@ void InstallMNNAPI(Napi::Env env, Napi::Object exports)
|
||||
}
|
||||
|
||||
|
||||
#if defined(USE_MNN) && not defined(BUILD_MAIN_WORD)
|
||||
#if defined(USE_MNN) && !defined(BUILD_MAIN_WORD)
|
||||
static Object Init(Env env, Object exports)
|
||||
{
|
||||
InstallMNNAPI(env, exports);
|
||||
|
Reference in New Issue
Block a user