Skip to content

Commit

Permalink
Merge branch 'mr/pmderodat/lkt-build-system' into 'master'
Browse files Browse the repository at this point in the history
Update after recent Langkit breaking changes

See merge request eng/libadalang/langkit-query-language!384
  • Loading branch information
pmderodat committed Jan 15, 2025
2 parents 39746cc + c0ac85e commit f8f818d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lkql/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class Manage(ManageScript):

ENABLE_BUILD_WARNINGS_DEFAULT = True

def create_config(self):
def create_config(self, args):
return C.CompilationConfig(
lkt=None,
lkt_spec=None,
library=C.LibraryConfig(
root_directory=".",
language_name=names.Name("Lkql"),
Expand Down

0 comments on commit f8f818d

Please sign in to comment.