Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ports/devilutionx: Always enable ZeroTier #12947

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glebm
Copy link
Contributor

@glebm glebm commented Nov 17, 2024

The ZeroTier version used in DevilutionX 1.5+ no longer requires ARM cryptography extensions (as of
diasurgical/ZeroTierOne@b0b3425)

Allow building ZeroTier for online multiplayer on any platform.

Refs diasurgical/devilutionX#7545

The ZeroTier version used in DevilutionX 1.5+ no longer requires ARM
cryptography extensions (as of
diasurgical/ZeroTierOne@b0b3425)

Allow building ZeroTier for online multiplayer on any platform.
DEVILUTIONX_CONF_OPTS += -DDISABLE_ZERO_TIER=ON
endif
else ifeq ($(BR2_arm),y)
DEVILUTIONX_CONF_OPTS += -DDISABLE_ZERO_TIER=ON
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Might have to bring this back for 32-bit if it causes build errors on some 32-bit arm systems

@Tovarichtch Tovarichtch added the 42 label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants