Skip to content

Commit 6139cf3

Browse files
committed
Resolve an issue with OptionKey having been moved
1 parent ee51791 commit 6139cf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mesonbuild/dependencies/blas_lapack.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
from .. import mlog
2525
from .. import mesonlib
26-
from ..mesonlib import MachineChoice, OptionKey
26+
from ..mesonlib import MachineChoice
27+
from ..options import OptionKey
2728

2829
from .base import DependencyMethods, SystemDependency
2930
from .cmake import CMakeDependency

0 commit comments

Comments
 (0)