-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Luau] Add new port to luau #42101
[Luau] Add new port to luau #42101
Conversation
Note: I will be converting your PR to draft status. When you respond, please revert to "ready for review". |
Thanks for the review,make namespace unofficial now. If the official repo adds official exports in the future, we can remove this patch. cc @FrankXie05 @dg0yt |
Required package name: FTR I wonder if this can be installed simultaneously with lua or luajit. |
@dg0yt Yes, I have tested luau can be installed simultaneously with lua and luajit. Their libs have different names and headers are installed into different sub folders:
|
Hi, can you help with reviewing again? 😊 @FrankXie05 |
The usage has been tested successfully locally on |
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.