Skip to content

Commit

Permalink
Add ldconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mhz88 authored Dec 16, 2020
1 parent 188f796 commit 2218896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eval/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ wget https://github.com/pmem/libpmemobj-cpp/archive/1.8.tar.gz && \
source $HOME/.cargo/env
rustup default nightly

ldconfig

cd $dir_path/simplekv
g++ -O2 -o simplekv simplekv.cpp -lpmemobj

Expand Down

0 comments on commit 2218896

Please sign in to comment.