Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    f5885782
    Fixed Mac build breaker: failing ln -s command. · f5885782
    Nat Goodspeed authored
    viewer_manifest.py has acquired new 'ln -s' commands to avoid duplicating
    shared .dylib files between the main Second Life app bundle and the embedded
    mac-updater and mac-crash-logger app bundles. Unfortunately, the second time I
    ran with these new commands, they failed because the target already existed.
    Added -f switch to make that case benign.
    f5885782
    History
    Fixed Mac build breaker: failing ln -s command.
    Nat Goodspeed authored
    viewer_manifest.py has acquired new 'ln -s' commands to avoid duplicating
    shared .dylib files between the main Second Life app bundle and the embedded
    mac-updater and mac-crash-logger app bundles. Unfortunately, the second time I
    ran with these new commands, they failed because the target already existed.
    Added -f switch to make that case benign.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
viewer_manifest.py 38.28 KiB