Skip to content

Commit cdd4eed

Browse files
committed
swift-api-checker.py: remove unnecessary framework search paths
1 parent eab0c55 commit cdd4eed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utils/api_checker/swift-api-checker.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ def __init__(self, tool_path, platform, platform_alias):
114114
if self.platform == 'macosx':
115115
# We need this input search path for CreateML
116116
self.inputs.extend([self.sdk + '/usr/lib/swift/'])
117-
self.frameworks = [
118-
self.sdk + '/System/Library/Frameworks/',
119-
os.path.realpath(self.sdk + '/../../Library/Frameworks/')]
117+
self.frameworks = []
120118
if self.platform.startswith('iosmac'):
121119
# Catalyst modules need this extra framework dir
122120
iOSSupport = self.sdk + \

0 commit comments

Comments
 (0)