mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge branch 'v1.17-dev'
This commit is contained in:
commit
98dea9aeac
|
@ -45,11 +45,7 @@
|
||||||
"build-options": {
|
"build-options": {
|
||||||
"no-debuginfo": true
|
"no-debuginfo": true
|
||||||
},
|
},
|
||||||
"cleanup": [
|
"cleanup": [ '*' ],
|
||||||
"/bin",
|
|
||||||
"/lib",
|
|
||||||
"/man"
|
|
||||||
],
|
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
|
@ -107,7 +103,11 @@
|
||||||
{
|
{
|
||||||
"name": "c-toxcore",
|
"name": "c-toxcore",
|
||||||
"buildsystem": "cmake-ninja",
|
"buildsystem": "cmake-ninja",
|
||||||
"config-opts": ["-DBOOTSTRAP_DAEMON=OFF"],
|
"config-opts": [
|
||||||
|
"-DDHT_BOOTSTRAP=OFF",
|
||||||
|
"-DBOOTSTRAP_DAEMON=OFF",
|
||||||
|
"-DENABLE_STATIC=OFF"
|
||||||
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user