Skip to content

Commit

Permalink
Build non-universal apps for PySide2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 15, 2023
1 parent 4024e3d commit acd842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/briefcase/bootstraps/pyside2.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def pyproject_table_briefcase_app_extra_content(self):

def pyproject_table_macOS(self):
return """
universal_build = true
universal_build = false
requires = [
"std-nslog~=1.0.0",
]
Expand Down

0 comments on commit acd842e

Please sign in to comment.