Skip to content

Commit

Permalink
DELETEME
Browse files Browse the repository at this point in the history
  • Loading branch information
matislovas committed Dec 23, 2024
1 parent cb32870 commit 69204f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_build_utils/darwin_build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def assert_version(
config.rust_target, binary, config.debug
)
load_commands = rutils.run_command_with_output(
["otool", "-l", binary_path], hide_output=True
["otool", "-l", binary_path], hide_output=False
)
deployment_assert = GLOBAL_CONFIG[config.target_os]["archs"][config.arch][
"deployment_assert"
Expand Down

0 comments on commit 69204f4

Please sign in to comment.