summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/regen_checker.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/scripts/regen_checker.py')
-rw-r--r--mesonbuild/scripts/regen_checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/scripts/regen_checker.py b/mesonbuild/scripts/regen_checker.py
index e638f50f6..fc69ed7d5 100644
--- a/mesonbuild/scripts/regen_checker.py
+++ b/mesonbuild/scripts/regen_checker.py
@@ -8,7 +8,7 @@ import pickle, subprocess
import typing as T
from ..coredata import CoreData
from ..backend.backends import RegenInfo
-from ..mesonlib import OptionKey
+from ..options import OptionKey
# This could also be used for XCode.