Skip to content

Commit

Permalink
Merge branch 'master' into DeviceEmulation-XboxControllerS
Browse files Browse the repository at this point in the history
  • Loading branch information
faha223 authored Dec 29, 2024
2 parents 1a84e83 + 2c08c76 commit 8356922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ MaxEmptyLinesToKeep: 2
#PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: true
SortIncludes: Never
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
Expand Down
2 changes: 1 addition & 1 deletion scripts/download-macos-libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def verify_pkg(self, pkg_path, sig_path):
shell=True, check=True)

def is_pkg_skipped(self, pkg_name):
return any(pkg_name.startswith(n) for n in ('python', 'ncurses'))
return any(pkg_name.startswith(n) for n in ('python', 'ncurses', 'mesa', 'llvm'))

def install_pkg(self, pkg_name):
if self.is_pkg_installed(pkg_name):
Expand Down

0 comments on commit 8356922

Please sign in to comment.