Skip to content

Commit

Permalink
Merge pull request openhome#6 from merakiacoustic/latest-ohnet
Browse files Browse the repository at this point in the history
Bump to the latest ohnet
  • Loading branch information
DoomHammer authored Sep 6, 2021
2 parents 06614ac + e7c73f4 commit f86a031
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions projectdata/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
[
{ "name": "ohNet",
"type": "openhome",
{
"name": "ohNet",
"type": "external",
"platform-specific": true,
"version": "1.31.4245",
"archive-suffix": "-${debugmode}",
"main-dir": "${dest}${name}-${platform}-${debugmode}",
"version": "1.32.4350",
"cross-check": false,
"archive-filename": "${name}-${platform}-${debugmode}.tar.gz",
"archive-path": "https://github.com/merakiacoustic/ohNet/releases/download/ohNet_${version}/${archive-filename}",
"dest": "dependencies/${platform}/",
"configure-args": [
"--ohnet-lib-dir", "${main-dir}/lib",
"--ohnet-include-dir", "${main-dir}/include/ohnet"
],
"source-git": "https://github.com/openhome/ohNet.git"
]
},
{ "name": "TestTones",
"type": "external",
Expand Down

0 comments on commit f86a031

Please sign in to comment.