Skip to content

Commit

Permalink
fix(src/ipc/bridge.cc): fix linux guard
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Apr 17, 2024
1 parent 08ad83e commit d586aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipc/bridge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5976,7 +5976,7 @@ namespace SSC::IPC {
initRouterTable(this);
registerSchemeHandler(this);

#if SSC_PLATFORM_LINUX
#if SSC_PLATFORM_LINUX && !SSC_PLATFORM_ANDROID
ProtocolHandlers::Mapping protocolHandlerMappings = {
{"npm", ProtocolHandlers::Protocol { "npm" }}
};
Expand Down

0 comments on commit d586aa9

Please sign in to comment.