Skip to content

Commit 3f3a1a9

Browse files
committed
Rename 'nolinear' flag to 'no-linear'
1 parent 80fdf84 commit 3f3a1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdl2.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ flag examples
4444
description: Build examples
4545
default: False
4646

47-
flag nolinear
47+
flag no-linear
4848
description: Do not depend on 'linear' library
4949
default: False
5050
manual: True
@@ -122,7 +122,7 @@ library
122122
transformers >= 0.2 && < 0.6,
123123
vector >= 0.10.9.0 && < 0.12
124124

125-
if flag(nolinear)
125+
if flag(no-linear)
126126
cpp-options: -Dnolinear
127127
else
128128
build-depends:

0 commit comments

Comments
 (0)