diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-28 16:59:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-28 16:59:16 +0100 |
| commit | 2e0efe3d4dda056e44d3cfdebe88fe436e47a9f5 (patch) | |
| tree | 38664fd2cb0e23a0b5691a00ab4eb1db663d3049 | |
| parent | b02d241e59daae86bf41a5598c3c77e9ccc0f67a (diff) | |
Add macOS path.
| -rwxr-xr-x | run/benchmark | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run/benchmark b/run/benchmark index 1106e183e..76b567144 100755 --- a/run/benchmark +++ b/run/benchmark @@ -3,6 +3,7 @@ # run/benchmark <name> executable=build/benchmark/$1 +export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/Users/carl/osx-environment/64/lib if [ "$1" == "--debug" ]; then shift; |
