Skip to content

Commit c0ac85e

Browse files
committed
Update after recent Langkit breaking changes
1 parent 39746cc commit c0ac85e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lkql/manage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ class Manage(ManageScript):
1111

1212
ENABLE_BUILD_WARNINGS_DEFAULT = True
1313

14-
def create_config(self):
14+
def create_config(self, args):
1515
return C.CompilationConfig(
16-
lkt=None,
16+
lkt_spec=None,
1717
library=C.LibraryConfig(
1818
root_directory=".",
1919
language_name=names.Name("Lkql"),

0 commit comments

Comments
 (0)