Skip to content

Commit fcf35ec

Browse files
committed
remove code_integrity from builtins on non windows
1 parent 7cd3002 commit fcf35ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/node_builtins.cc

+3
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
145145
#endif
146146
"internal/test/binding", "internal/v8_prof_polyfill",
147147
"internal/v8_prof_processor",
148+
#if !_WIN32
149+
"internal/code_integrity", // Only implemented on Windows
150+
#endif
148151
};
149152

150153
auto source = source_.read();

0 commit comments

Comments
 (0)