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

Add support to import custom variables from parent SConstruct (redux) #1220

Merged

Conversation

adamscott
Copy link
Member

Updated version of #1196.

As explained here, the env passed from the parent SConstruct don't have the values from the custom files. So, in order to the custom files to be loaded in the godot-cpp project from the parent, it is essential to pass the "customs" variable.

@adamscott adamscott requested a review from a team as a code owner August 17, 2023 13:34
@adamscott adamscott added enhancement This is an enhancement on the current functionality topic:buildsystem Related to the buildsystem or CI setup cherrypick:4.1 labels Aug 17, 2023
@adamscott adamscott added this to the 4.x milestone Aug 17, 2023
@adamscott adamscott force-pushed the add-local-custom-support-redux branch from 34ff52b to 982e01e Compare September 4, 2023 19:07
Copy link
Collaborator

@dsnopek dsnopek left a comment

Choose a reason for hiding this comment

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

Discussed at the GDExtension meeting, and we think this looks good!

@dsnopek dsnopek merged commit 381df00 into godotengine:master Sep 21, 2023
11 checks passed
@dsnopek
Copy link
Collaborator

dsnopek commented Oct 9, 2023

Cherry-picked for 4.1 in PR #1261

@akien-mga akien-mga modified the milestones: 4.x, 4.2 Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is an enhancement on the current functionality topic:buildsystem Related to the buildsystem or CI setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants