mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-20 05:54:34 +00:00
Use mintaka shared libraries (#1)
* 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
This commit is contained in:
.cargo
.gitignore.gitmodulesCargo.tomlbootstrap.ps1bootstrap.shconfig
examples
include/tribufu
android
apple
base.hclient.hdefines.hfreebsd
ios
linux
mac
macros.hmsvc
native.hoauth2.hplatform.hprelude.hservers
std.hunix
users
uwp
windows
scripts
src
vendor
10
scripts/premake.sh
Normal file
10
scripts/premake.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
|
||||
then
|
||||
./vendor/premake/linux/premake5 gmake2
|
||||
|
||||
elif [ "$(uname)" = "Darwin" ]
|
||||
then
|
||||
./vendor/premake/mac/premake5 xcode4
|
||||
fi
|
Reference in New Issue
Block a user