Skip to content

Commit 49a1b37

Browse files
pyinstaller universal2
1 parent c710cfa commit 49a1b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ freeze: clean init
4343
echo Generating binary...
4444
export OS="$$(uname -s | tr A-Z a-z)" && \
4545
export VERSION="$$(PYTHONPATH=. python vyper/cli/vyper_compile.py --version)" && \
46-
pyinstaller --clean --onefile vyper/cli/vyper_compile.py --name "vyper.$${VERSION}.$${OS}" --add-data vyper:vyper
46+
pyinstaller --target-architecture=universal2 --clean --onefile vyper/cli/vyper_compile.py --name "vyper.$${VERSION}.$${OS}" --add-data vyper:vyper
4747

4848
clean: clean-build clean-docs clean-pyc clean-test
4949

0 commit comments

Comments
 (0)