Skip to content

build: support specifying subset of platforms #123

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

umarcor
Copy link
Contributor

@umarcor umarcor commented Apr 9, 2023

This PR is based on #121.

Instead of building all the images when ./build.sh is executed, this PR allows specifying a subset through a comma-separated list.

@umarcor umarcor force-pushed the umarcor/subset branch 3 times, most recently from 457a961 to f67bf73 Compare April 19, 2023 17:46
@Calinou Calinou added the enhancement New feature or request label Apr 19, 2023
@@ -4,8 +4,10 @@ basedir=$(cd $(dirname "$0"); pwd)

source $basedir/setup.sh

platforms="linux,windows,web,android,osx,ios,msvc"
Copy link
Member

Choose a reason for hiding this comment

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

The msvc platform doesn't work currently, so it shouldn't be built by default. That's why it's disabled in main.

@Virus-Axel
Copy link

This is a pretty neat feature to have when building images from another SCons file. What is the status of this? How about removing the msvc from default platforms?

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

Successfully merging this pull request may close these issues.

4 participants