summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-18 13:39:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-18 13:39:39 +0200
commit5c669a5cfb380a6c3c65c4e4460a8736ce7f0880 (patch)
tree5bcc3dda2e3ab1122a8fe0c5f0347912e74cf897 /Repository.mk
parente9d40e29d1efc214c5169eaa7b0bde3e4084db16 (diff)
vcl: don't build demos for windows at the moment
as they are broken, see red tinderboxes Change-Id: I09fed7b4c4dec0bebd9e8f85c6266688cf0d68ea
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index 7efe301aa938..c0a644ba8227 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -62,7 +62,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
unoidl-read \
unoidl-write \
xrmex \
- $(if $(filter-out ANDROID IOS,$(OS)), \
+ $(if $(filter-out ANDROID IOS WNT,$(OS)), \
svdemo \
svptest \
svpclient \