mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-23 20:09:41 +00:00
Corrected a typo in the building libc++ docs
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4861f6dfdd
commit
9627e9b9f4
@ -130,7 +130,7 @@ just specify a toolset.
|
||||
-DCMAKE_SYSTEM_NAME=Windows ^
|
||||
-DCMAKE_C_COMPILER=clang-cl ^
|
||||
-DCMAKE_C_FLAGS="-fms-compatibility-version=19.00 --target=i686--windows" ^
|
||||
-DCMAKE_CXX_COMPILER=clang-c ^
|
||||
-DCMAKE_CXX_COMPILER=clang-cl ^
|
||||
-DCMAKE_CXX_FLAGS="-fms-compatibility-version=19.00 --target=i686--windows" ^
|
||||
-DLLVM_PATH=/path/to/llvm/tree ^
|
||||
-DLIBCXX_ENABLE_SHARED=YES ^
|
||||
|
Loading…
Reference in New Issue
Block a user