-
Notifications
You must be signed in to change notification settings - Fork 147
Fix BRN build sourcetree #1532
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
Fix BRN build sourcetree #1532
Conversation
Co-authored-by: Drew Fillebrown <[email protected]>
Don't we have to run cmake once per platform anyway? Why not just let the dependencies be fetched when building for the specific platform? |
some users build and test the package in controled environments with mirrored registry and no direct way to download or fetch content. |
related to BabylonJS/BabylonReactNative#665
Some dependencies are fetched only for the platform being built.
BABYLON_NATIVE_BUILD_SOURCETREE
variable has been added to allow fetching independently of active platform.