aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-07-03 01:36:45 +0300
committerlevlam <levlam@telegram.org>2025-07-03 01:36:45 +0300
commit0473cc65d603912cdf1254a173a51fa6e5abab13 (patch)
tree9e0e7ab2249a16508ea781f80d17e71577c2355d /build.html
parentbc96a41b3554a50afeca11e11416f6524f9c0723 (diff)
Fix UWP documentation generation.
Diffstat (limited to 'build.html')
-rw-r--r--build.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.html b/build.html
index 118557ca4..f46fd416b 100644
--- a/build.html
+++ b/build.html
@@ -1008,7 +1008,10 @@ function onOptionsChanged() {
if (target === 'JNI') {
cmake_init_options.push('-DTD_ENABLE_JNI=ON');
}
- if (target === 'C++/CX' || target === 'C++/CLI') {
+ if (target === 'C++/CX') {
+ cmake_init_options.push('-DTD_ENABLE_DOTNET=CX');
+ }
+ if (target === 'C++/CLI') {
cmake_init_options.push('-DTD_ENABLE_DOTNET=ON');
}
if (use_lto) {