mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
contrib: add UWP support for opendht
Change-Id: Icfaf6afb1813619ce8119cc4bb1d224db55e9976 Tuleap: #790
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -96,6 +96,9 @@ nbproject
|
||||
/extras/tools/check_sed
|
||||
/extras/tools/libtool-*.tar.xz
|
||||
|
||||
#UWP
|
||||
/contrib/build/
|
||||
|
||||
#iOS
|
||||
/build-ios*
|
||||
|
||||
|
14
contrib/src/opendht/fetch_and_patch.bat
Normal file
14
contrib/src/opendht/fetch_and_patch.bat
Normal file
@ -0,0 +1,14 @@
|
||||
set BUILD=..\..\build
|
||||
set SRC=%~dp0%~1
|
||||
|
||||
set OPENDHT_VERSION=e7295bac7b57540905e287a37904c615de971392
|
||||
set OPENDHT_URL="https://github.com/savoirfairelinux/opendht.git"
|
||||
|
||||
mkdir %BUILD%
|
||||
cd %BUILD%
|
||||
|
||||
git clone %OPENDHT_URL%
|
||||
cd opendht
|
||||
git checkout %OPENDHT_VERSION%
|
||||
|
||||
cd %SRC%
|
Reference in New Issue
Block a user