Revert "darwin.apple_sdk_11_0: add Security dependency on xpc"

This reverts commit 511f21df7c.

In apple_sdk_11_0, the xpc package contains only headers that are
already part of libsystem, so this change did nothing.

For Swift and `-fmodules`, this actually caused an error, because
there was now a duplicate module in the search path.
This commit is contained in:
Stéphan Kochen 2023-01-17 22:22:29 +01:00
parent b2cf47927a
commit f4ae6b252d

View File

@ -159,7 +159,7 @@
ScreenSaver = {};
ScreenTime = {};
ScriptingBridge = {};
Security = { inherit IOKit libDER xpc; };
Security = { inherit IOKit libDER; };
SecurityFoundation = { inherit Security; };
SecurityInterface = { inherit Security SecurityFoundation; };
SensorKit = {};