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

Godot-cpp fails to generate vsproj when vsproj=yes. command is ignored #1470

Open
jak6jak opened this issue May 19, 2024 · 1 comment
Open
Labels
enhancement This is an enhancement on the current functionality topic:buildsystem Related to the buildsystem or CI setup

Comments

@jak6jak
Copy link

jak6jak commented May 19, 2024

Godot version

daa81bb

godot-cpp version

b697ba8

System information

Windows 11

Issue description

When building godot-cpp or the recommended template inside the readme it fails to recognize the vsproj=yes command. I get the following error: WARNING: Unknown SCons variables were passed and will be ignored: vsproj=yes the build succeeds but is unable to generate vsproj.

Steps to reproduce

  1. clone godot-cpp or godot-cpp template: https://github.com/godotengine/godot-cpp-template
  2. Run command scons vsproj=yes
  3. Observe that the build is successfully but without generating vsproj

Minimal reproduction project

N/A

@AThousandShips
Copy link
Member

AThousandShips commented May 20, 2024

There's no such option for godot-cpp, just for Godot itself, so this would be proposing a new feature

See #1071 (comment)

@AThousandShips AThousandShips added enhancement This is an enhancement on the current functionality topic:buildsystem Related to the buildsystem or CI setup labels May 20, 2024
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

No branches or pull requests

2 participants