mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
14 lines
322 B
Diff
14 lines
322 B
Diff
diff --git a/app/meson.build b/app/meson.build
|
|
index 5b2c80c..d3ec534 100644
|
|
--- a/app/meson.build
|
|
+++ b/app/meson.build
|
|
@@ -52,7 +52,7 @@ endif
|
|
|
|
foreach app:apps
|
|
name = app
|
|
- build = true
|
|
+ build = false
|
|
reason = '<unknown reason>' # set if build == false to explain
|
|
sources = []
|
|
includes = []
|