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