Regression in commit a3d287c553
.
When a given kwarg is not specified, we want to not generate it as a
simd variant. Since the default for buildtarget sources is `[]` it
resulted in building a static library with no sources, and a warning
stating that this was buggy and will eventually be removed.
Fix this by teaching buildtarget sources to allow None, and defaulting
to it specifically for the simd module. We can check this and then skip
processing entirely.
Fixes #12438
pull/12439/head
parent
bca31cffc2
commit
01368ffb29
2 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue