diff --git a/src/node_sea.cc b/src/node_sea.cc index fb9f933a19fa70..d70401f4eccdc1 100644 --- a/src/node_sea.cc +++ b/src/node_sea.cc @@ -637,8 +637,9 @@ bool MaybeLoadSingleExecutableApplication(Environment* env) { LoadEnvironment(env, LoadSingleExecutableApplication); return true; -#endif +#else return false; +#endif } void Initialize(Local target,