diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-24 13:28:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-24 13:28:22 +0100 |
| commit | 7187b59857f84a5a94441f0873130cf0801e8ea6 (patch) | |
| tree | 8ba431dbf60d2b6458de051d19be084242f1e675 /run | |
| parent | 744eae9a14f834088289d10d7158ad89857565ad (diff) | |
wipcancel
Diffstat (limited to 'run')
| -rwxr-xr-x | run/benchmark | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/benchmark b/run/benchmark index 3f18afbe..ebf03689 100755 --- a/run/benchmark +++ b/run/benchmark @@ -13,7 +13,7 @@ if [ "$bm" == "" ]; then exit 1 fi -export LD_LIBRARY_PATH=build/src +export LD_LIBRARY_PATH=build/src:/usr/local/lib64 if [ "$perf" == "1" ]; then perf stat build/benchmark/$bm "$*" else |
