diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-20 21:41:52 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-20 21:41:52 -0700 |
commit | 9e46a0d6198f5d2240c1a88f4c55af993c0f47cf (patch) | |
tree | 5cb3b7f28d7660252836312c669df0fbabf92fdf | |
parent | 2d3d96e5b55a225eb97251850909eb7a0a7242ed (diff) | |
download | sncontinue-9e46a0d6198f5d2240c1a88f4c55af993c0f47cf.tar.gz sncontinue-9e46a0d6198f5d2240c1a88f4c55af993c0f47cf.tar.bz2 sncontinue-9e46a0d6198f5d2240c1a88f4c55af993c0f47cf.zip |
build universal binary for macos
-rw-r--r-- | run.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ exe = EXE( console=True, disable_windowed_traceback=False, argv_emulation=False, - target_arch=None, + target_arch='universal2', codesign_identity=None, entitlements_file=None, ) |