mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update gam.spec
This commit is contained in:
10
src/gam.spec
10
src/gam.spec
@@ -33,10 +33,12 @@ for d in a.datas:
|
|||||||
|
|
||||||
pyz = PYZ(a.pure)
|
pyz = PYZ(a.pure)
|
||||||
|
|
||||||
if sys.platform == "darwin":
|
# TODO: fix universal2
|
||||||
target_arch="universal2"
|
target_arch = None
|
||||||
else:
|
#if sys.platform == "darwin":
|
||||||
target_arch=None
|
# target_arch="universal2"
|
||||||
|
#else:
|
||||||
|
# target_arch=None
|
||||||
|
|
||||||
exe = EXE(pyz,
|
exe = EXE(pyz,
|
||||||
a.scripts,
|
a.scripts,
|
||||||
|
|||||||
Reference in New Issue
Block a user