mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
build: set wrap_mode=nodownload in default options
This can be surprising (e.g. in CI, this can download source code instead of using system libraries) and users can easily turn it back on if desired.
This commit is contained in:
parent
0a740a24d9
commit
609a3a4cdd
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ project(
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
'werror=true',
|
'werror=true',
|
||||||
|
'wrap_mode=nodownload',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue