Fixed Ruby-less build.

This commit is contained in:
Matthias Koefferlein 2017-12-29 20:35:34 +01:00
parent 7715d924ee
commit 6526625a67
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
TEMPLATE = subdirs
SUBDIRS = klayout_main tests
SUBDIRS = klayout_main
tests.depends += klayout_main
equals(HAVE_RUBY, "1") {
# klayout_main_tests requires Ruby to run, hence HAVE_RUBY
SUBDIRS += tests
tests.depends += klayout_main
}