Skip to content
Snippets Groups Projects
Forked from Alchemy Viewer / Alchemy Viewer
33196 commits behind the upstream repository.
  • Nat Goodspeed's avatar
    a507df6e
    SWAT-711: Create Mac app bundle symlinks only for .dylib files that exist. · a507df6e
    Nat Goodspeed authored
    Previous viewer_manifest.py unconditionally created Mac symlinks for all expected
    .dylib files. Recent change to revert to statically linking llcommon means we
    no longer build libllcommon.dylib, therefore we no longer copy it, therefore
    any symlink to that library will be broken by definition.
    Change to create symlinks for .dylib files that were successfully copied.
    a507df6e
    History
    SWAT-711: Create Mac app bundle symlinks only for .dylib files that exist.
    Nat Goodspeed authored
    Previous viewer_manifest.py unconditionally created Mac symlinks for all expected
    .dylib files. Recent change to revert to statically linking llcommon means we
    no longer build libllcommon.dylib, therefore we no longer copy it, therefore
    any symlink to that library will be broken by definition.
    Change to create symlinks for .dylib files that were successfully copied.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
viewer_manifest.py 50.89 KiB