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

Adding Apple silicon support for ENET Native library build #71

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

geopaulm
Copy link
Contributor

@geopaulm geopaulm commented Nov 4, 2024

Made changes to CMakeLists.txt so that dylib includes both x86_64 & arm64

@nxrighthere
Copy link
Owner

Won't it break compilation on a non-ARM machine?

@geopaulm
Copy link
Contributor Author

geopaulm commented Nov 4, 2024

Won't it break compilation on a non-ARM machine?
@nxrighthere It won't. You can cross compile and build for multiple architectures. (Intel based machines can build for arm64)

@nxrighthere nxrighthere merged commit d57fe4d into nxrighthere:master Nov 5, 2024
@nxrighthere
Copy link
Owner

Thanks!

@tovgroliv
Copy link

The server is initialized but not accessible to the client. Not accessible in localhost (127.0.0.1) and external connection (192.169.100.2). Everything works on Windows and Linux.

Do you know why it doesn't work? Have you encountered this problem?
I will be glad for any help! Thank you!

@tovgroliv
Copy link

The server is initialized but not accessible to the client. Not accessible in localhost (127.0.0.1) and external connection (192.169.100.2). Everything works on Windows and Linux.

Do you know why it doesn't work? Have you encountered this problem? I will be glad for any help! Thank you!

I was able to track down the error. Previously, I specified a specific IP address to start the server. This works on all systems except MacOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants