Setup LD_LIBRARY_PATH in clazy shell script
ClosedPublic

Authored by mwolff on Apr 4 2017, 11:52 AM.

Details

Summary

This allows us to launch clazy from the build folder without
installing it first. It also allows us to install clazy into
some path and launch it from there directly, without first having
to setup the environment manually.

Test Plan
  • launched clazy without installation from build dir
  • installed clazy into an arbitrary path and launched from there

Diff Detail

Repository
R74 Clazy
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mwolff created this revision.Apr 4 2017, 11:52 AM
smartins requested changes to this revision.Apr 4 2017, 12:20 PM

looks good, but needs to be DYLD_LIBRARY_PATH on mac, though

This revision now requires changes to proceed.Apr 4 2017, 12:20 PM
mwolff updated this revision to Diff 13088.Apr 4 2017, 12:32 PM
mwolff edited edge metadata.

also update DYLD_LIBRARY_PATH

smartins accepted this revision.Apr 4 2017, 7:39 PM
This revision is now accepted and ready to land.Apr 4 2017, 7:39 PM
This revision was automatically updated to reflect the committed changes.