aboutsummaryrefslogtreecommitdiffstats
path: root/waflib
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-15 12:56:44 -0400
committerDavid Robillard <d@drobilla.net>2022-06-15 12:56:44 -0400
commitd261b2d8ed786b93a37f18ebb87ed14d2e360f56 (patch)
tree6bd0ee9b99bb037be8bc75c3f5ea371ed1201200 /waflib
parent9ed4e44d929299765c834974b5bf26a7e9db4db8 (diff)
downloadlv2-d261b2d8ed786b93a37f18ebb87ed14d2e360f56.tar.xz
Explicitly declare sources to check for spelling
Using a wildcard is too flakey, for example it will check build directories other than "build", flotsam in the source tree, and so on.
Diffstat (limited to 'waflib')
0 files changed, 0 insertions, 0 deletions
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168