Force 32-bit build for code generation in UWP example.
GitOrigin-RevId: 52f7287ae254347f0edd893b825df43a4dedfab5
This commit is contained in:
parent
545ed2a683
commit
9183772611
@ -35,7 +35,7 @@ function prepare {
|
||||
|
||||
cd build-native
|
||||
|
||||
cmake $td_root -DCMAKE_TOOLCHAIN_FILE="$vcpkg_cmake" -DTD_ENABLE_DOTNET=ON
|
||||
cmake "$td_root" -A Win32 -DCMAKE_TOOLCHAIN_FILE="$vcpkg_cmake" -DTD_ENABLE_DOTNET=ON
|
||||
CheckLastExitCode
|
||||
cmake --build . --target prepare_cross_compiling
|
||||
CheckLastExitCode
|
||||
|
Reference in New Issue
Block a user