Skip to content

Commit aa0a3ff

Browse files
committed
remove code_integrity from builtins on non windows
1 parent 02e89e9 commit aa0a3ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/node_builtins.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
150150
#endif
151151
"internal/test/binding", "internal/v8_prof_polyfill",
152152
"internal/v8_prof_processor",
153+
#if !_WIN32
154+
"internal/code_integrity", // Only implemented on Windows
155+
#endif
153156
};
154157

155158
auto source = source_.read();

0 commit comments

Comments
 (0)