Add nolib compile flag.

This commit is contained in:
Michael Snoyman 2009-12-15 01:27:34 +02:00
parent 1f57f38aac
commit 9bf29bc335

View File

@ -16,7 +16,15 @@ flag buildtests
description: Build the executable to run unit tests
default: False
flag nolib
description: Skip building of the library.
default: False
library
if flag(nolib)
Buildable: False
else
Buildable: True
build-depends: base >= 4 && < 5,
old-locale >= 1.0.0.1 && < 1.1,
time >= 1.1.3 && < 1.2,