Skip to content

Commit

Permalink
update pack scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Nov 16, 2023
1 parent 3c3cb4f commit a46cf27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/pack_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if [ "$use_jemalloc" == "on" ]; then
copy_file ./thirdparty/output/lib/libjemalloc.so.2 ${pack}/bin
copy_file ./thirdparty/output/lib/libprofiler.so.0 ${pack}/bin
else
copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so.4 ${pack}/bin
copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so ${pack}/bin
fi

copy_file ./thirdparty/output/lib/libboost*.so.1.69.0 ${pack}/bin
Expand Down
2 changes: 1 addition & 1 deletion scripts/pack_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if [ "$use_jemalloc" == "on" ]; then
copy_file ./thirdparty/output/lib/libjemalloc.so.2 ${pack}/lib/
copy_file ./thirdparty/output/lib/libprofiler.so.0 ${pack}/lib/
else
copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so.4 ${pack}/lib/
copy_file ./thirdparty/output/lib/libtcmalloc_and_profiler.so ${pack}/lib/
fi

copy_file ./thirdparty/output/lib/libboost*.so.1.69.0 ${pack}/lib/
Expand Down

0 comments on commit a46cf27

Please sign in to comment.