diff --git a/build-system/Make/Make.py b/build-system/Make/Make.py index 03251a5967..49d1463428 100644 --- a/build-system/Make/Make.py +++ b/build-system/Make/Make.py @@ -518,6 +518,9 @@ def resolve_configuration(base_path, bazel_command_line: BazelCommandLine, argum with open(configuration_repository_path + '/WORKSPACE', 'w+') as file: pass + with open(configuration_repository_path + '/MODULE.bazel', 'w+') as file: + file.write('module(\n name = "build_configuration",\n)\n') + with open(configuration_repository_path + '/BUILD', 'w+') as file: pass