diff --git a/nexe/build.js b/nexe/build.js index 051888f..7d2aedf 100644 --- a/nexe/build.js +++ b/nexe/build.js @@ -184,7 +184,7 @@ nexe.compile({ var data = await compiler.readFileAsync('deps/yencode/src/yencode.cc'); data = data.contents.toString(); data = data.replace(/#if NODE_VERSION_AT_LEAST\(10, 7, 0\).+?NODE_MODULE_INIT.+?#endif/s, -`#include "../../src/node_internals.h" +`#include "../../../src/node_internals.h" #include static uv_once_t init_once = UV_ONCE_INIT; void yencode_init(Local exports, Local module, Local context, void* priv)`