Skip to content

Commit

Permalink
fix:demo problem
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuan520 committed Nov 29, 2024
1 parent be42c29 commit 06be619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/simple-http-server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
include_directories(/opt/homebrew/Cellar/openssl@3/${OPENSSL_VERSION}/include)
link_directories(/opt/homebrew/Cellar/openssl@3/${OPENSSL_VERSION}/lib)
endif()
# link_libraries(-lssl -lcrypto)
link_libraries(-lssl -lcrypto)

add_subdirectory(../../src/lib cppnet)

Expand Down
2 changes: 1 addition & 1 deletion demo/use-lib-server/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ ! -d "./cppnet" ]; then
echo "未知系统"
exit
fi
file_name=cppnet-$sysname-latest-ssl-release.tar.gz
file_name=cppnet-$sysname-latest-release.tar.gz
wget https://github.com/chenxuan520/cppnet/releases/latest/download/$file_name
tar -zxvf $file_name
rm $file_name
Expand Down

0 comments on commit 06be619

Please sign in to comment.