aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
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) {