mirror of https://github.com/KLayout/klayout.git
Fixed Ruby-less build.
This commit is contained in:
parent
7715d924ee
commit
6526625a67
|
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue