Merge branch 'v1.17-dev'

reviewable/pr6265/r2
Anthony Bilinski 2020-11-26 02:41:08 -08:00
commit 98dea9aeac
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
1 changed files with 6 additions and 6 deletions

View File

@ -45,11 +45,7 @@
"build-options": {
"no-debuginfo": true
},
"cleanup": [
"/bin",
"/lib",
"/man"
],
"cleanup": [ '*' ],
"sources": [
{
"type": "archive",
@ -107,7 +103,11 @@
{
"name": "c-toxcore",
"buildsystem": "cmake-ninja",
"config-opts": ["-DBOOTSTRAP_DAEMON=OFF"],
"config-opts": [
"-DDHT_BOOTSTRAP=OFF",
"-DBOOTSTRAP_DAEMON=OFF",
"-DENABLE_STATIC=OFF"
],
"sources": [
{
"type": "git",