修正构建文件编码。
This commit is contained in:
parent
881048a286
commit
404889a19c
@ -17,7 +17,6 @@ if(WIN32)
|
||||
else()
|
||||
set(MBEDTLS_ROOT ${Libraries_ROOT}/mbedtls-3.6.2_msvc2022_64bit_debug)
|
||||
endif()
|
||||
add_compile_options(/showIncludes-)
|
||||
else()
|
||||
execute_process(
|
||||
COMMAND sh -c "echo $HOME"
|
||||
|
@ -38,6 +38,9 @@ function Build() {
|
||||
-DQt6CoreTools_DIR="$qtHome\lib\cmake\Qt6CoreTools" `
|
||||
-DQt6QmlTools_DIR="$qtHome\lib\cmake\Qt6QmlTools" `
|
||||
-DLibraries_ROOT="$librariesPath"
|
||||
|
||||
$content = Get-Content -Path "build\CMakeFiles\rules.ninja" -Encoding Default
|
||||
Set-Content -Path "build\CMakeFiles\rules.ninja" -Value $content -Encoding UTF8
|
||||
}
|
||||
|
||||
cmake.exe --build $buildPath --target all
|
||||
|
Loading…
Reference in New Issue
Block a user