Skip to content

Commit

Permalink
Update MetaWin_mac.spec
Browse files Browse the repository at this point in the history
fix target_arch error
  • Loading branch information
msrosenberg committed Nov 11, 2022
1 parent 81c44fe commit a9822e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MetaWin_mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ exe = EXE(
icon="resources/images/metawin3icon_mac.icns",
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=universal2,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)
Expand Down

0 comments on commit a9822e7

Please sign in to comment.