Skip to content

Commit

Permalink
starting to split the build process, refs #15213
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHilbrich committed Jan 24, 2025
1 parent 6338283 commit bc5df8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build_config/buildMacOSInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ def main():

# Building the framework package
print("Building framework package 'EclipseSUMO'")
framework_pkg = create_framework("EclipseSUMO", "Eclipse SUMO", f"{
base_id}.framework", version, opts.build_dir, opts.output_framework_dir)
framework_pkg = create_framework("EclipseSUMO", "Eclipse SUMO", base_id + ".framework", version,
opts.build_dir, opts.output_framework_dir)
print(f"Successfully built: '{framework_pkg[1]}' ({framework_pkg[4] / (1024 * 1024):.2f} MB)\n")

# # Building all the app launchers packages
Expand Down

0 comments on commit bc5df8f

Please sign in to comment.