Skip to content

Commit

Permalink
minor, refs #15213
Browse files Browse the repository at this point in the history
RobertHilbrich committed Jan 29, 2025
1 parent de3cba6 commit 1acbc89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_config/buildMacOSInstaller.py
Original file line number Diff line number Diff line change
@@ -209,6 +209,7 @@ def create_framework_pkg(name, pkg_id, version, framework_dir, framework_pkg_dir
f"/Library/Frameworks/{name}.framework",
f"{pkg_path}",
]
print(f" - Using the call {pkg_build_command}")
print(f" - Calling pkgbuild to create \"{pkg_path}\"")
subprocess.run(pkg_build_command, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
pkg_size = os.path.getsize(pkg_path)

0 comments on commit 1acbc89

Please sign in to comment.