Add nolib compile flag.
This commit is contained in:
parent
1f57f38aac
commit
9bf29bc335
@ -16,7 +16,15 @@ flag buildtests
|
|||||||
description: Build the executable to run unit tests
|
description: Build the executable to run unit tests
|
||||||
default: False
|
default: False
|
||||||
|
|
||||||
|
flag nolib
|
||||||
|
description: Skip building of the library.
|
||||||
|
default: False
|
||||||
|
|
||||||
library
|
library
|
||||||
|
if flag(nolib)
|
||||||
|
Buildable: False
|
||||||
|
else
|
||||||
|
Buildable: True
|
||||||
build-depends: base >= 4 && < 5,
|
build-depends: base >= 4 && < 5,
|
||||||
old-locale >= 1.0.0.1 && < 1.1,
|
old-locale >= 1.0.0.1 && < 1.1,
|
||||||
time >= 1.1.3 && < 1.2,
|
time >= 1.1.3 && < 1.2,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user