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 quotes around the VCPKG_ROOT and Z_POWERSHELL_EXE variable path assignments. #1354

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Add quotes around the VCPKG_ROOT and Z_POWERSHELL_EXE variable path assignments. #1354

merged 1 commit into from
Feb 27, 2024

Commits on Feb 26, 2024

  1. Add quotes around the VCPKG_ROOT and Z_POWERSHELL_EXE variable path a…

    …ssignments.
    
    Without adding quotes around the set variable path assignments, paths that contain a close parenthesis character `)` would cause the command/batch file to exit prematurely and vs batch call chains (e.g., vcvarsall.bat) to fail.
    jcbrill committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3d9603a View commit details
    Browse the repository at this point in the history