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

Need universal builds of Luau #1157

Open
alecazam opened this issue Jan 31, 2024 · 1 comment
Open

Need universal builds of Luau #1157

alecazam opened this issue Jan 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@alecazam
Copy link

So lua doesn't build universal apps, and it looks like luau doesn't either. The problem is that x64 apps running in Rosetta ignore the universal apps that they spawn and only run x64 sub-processes. We use Lua to spawn content processing via system calls, and I was hoping that Luau had universal apps and we could just switch to that.

file *
luau: Mach-O 64-bit executable x86_64
luau-analyze: Mach-O 64-bit executable x86_64
luau-compile: Mach-O 64-bit executable x86_64

@alecazam alecazam added the enhancement New feature or request label Jan 31, 2024
@alecazam
Copy link
Author

I guess it's a repeat of this #1132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant