Skip to content

Commit

Permalink
keep libsockpp symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Mar 6, 2024
1 parent 0a5fb84 commit 309f2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/linux/aarch64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ cd sockpp-$LIBSOCKPP_SHA
cp -r include/sockpp ../../third-party/include/
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -B build
cmake --build build -- -j${NUM_PROCS}
cp build/libsockpp.so.1 ../../third-party/runtime-libs/runtime-libs/linux/aarch64/
cp -P build/libsockpp.so.* ../../third-party/runtime-libs/runtime-libs/linux/aarch64/
cd ..
2 changes: 1 addition & 1 deletion platforms/linux/x64/external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ cd sockpp-$LIBSOCKPP_SHA
cp -r include/sockpp ../../third-party/include/
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -B build
cmake --build build -- -j${NUM_PROCS}
cp build/libsockpp.so.1 ../../third-party/runtime-libs/linux/x64/
cp -P build/libsockpp.so.* ../../third-party/runtime-libs/linux/x64/
cd ..

0 comments on commit 309f2e7

Please sign in to comment.