Page 1 of 1

Support custom locations of Visual Studio

PostPosted: Tue Oct 05, 2021 10:40 pm
by coder678
On my machine, Visual Studio is installed in D:\Soft\Microsoft Visual Studio. To build CEF, I modified vs_toolchain.py. It would be good to support such situations out of the box.
Code: Select all
# Detecting VS under possible paths.
    path = os.path.join('d:/', 'Soft/Microsoft Visual Studio/2019')

Re: Support custom locations of Visual Studio

PostPosted: Wed Oct 06, 2021 2:57 am
by magreenblatt