simdsoft / 1kiss

Building opensources for multi-platforms with github actions.
Apache License 2.0
24 stars 10 forks source link

Locate Visual Studio #24

Open martinking71 opened 3 weeks ago

martinking71 commented 3 weeks ago

I just have the vs build tools installed not a full vs studio install so the find_vs() function fails to find vs_studio() when trying to set up the axmol game framework

If I modify the function by adding the -all -products Microsoft.VisualStudio.Product.BuildTools option to the command, it finds my build tools.

The axmol setup script then runs fine and I can then edit and build my projects.

Not sure if this belongs in here or in the axmol project.

halx99 commented 3 weeks ago

Yes, belong to there and sync to axmol