When building on macos the fixed path in the rename after lipo may change with the dicomhero version being built.

Issue #372 closed
Paolo Brandoli repo owner created an issue

Replace

mv -f dicomhero6 $(python3 -c "import os; print(os.path.realpath('build_dicomhero_macos_x86_64/dicomheroCore6/Release/dicomhero6.framework/Versions/A/dicomhero6'))")

with

mv -f dicomhero6 $(python3 -c "import os; print(os.path.realpath('build_dicomhero_macos_x86_64/dicomheroCore6/Release/dicomhero6.framework/dicomhero6'))")

Comments (4)

  1. Log in to comment