-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes CMake configuration failures related with Windows-style/mixed p…
…ath. (#300) Fixes syntax errors in cmake code when passing Windows-style path as a string variable during the cmake configuration, such as `CMAKE_C_COMPILER=c:\buildbot\as-builder-10\lldb-x-aarch64/build/bin/clang.exe`, when running `lldb-remote-linux-win` builder. Error: Invalid character escape '\b'. To fix, use ':PATH' var type suffix for the passing variables that contain the path values.
- Loading branch information
1 parent
699b96d
commit de862c7
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters