mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 01:44:18 +00:00
* Add libhv and test http client * Remove cpp-httplib * Update premake5.lua * Update client.cpp * Update premake5.lua * Add more windows libs * Use mintaka http client
10 lines
115 B
Bash
Executable File
10 lines
115 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
|
|
then
|
|
|
|
elif [ "$(uname)" = "Darwin" ]
|
|
then
|
|
|
|
fi
|