Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Format.
  • Loading branch information
chinmaygarde committed Nov 29, 2022
commit 19b94e00e5c6c9880c18aa22ed021599437166f7
4 changes: 1 addition & 3 deletions impeller/tools/build_metal_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ def main():
]

# Select the SDK.
command += [
'-sdk'
]
command += ['-sdk']
if args.platform == 'mac':
command += [
'macosx',
Expand Down