mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-10 18:34:21 +02:00
Make workaround_elusive_bzip2 default to true
We will undo this once major linux distros pull their crap together.
This commit is contained in:
@@ -114,7 +114,7 @@ option(
|
|||||||
option(
|
option(
|
||||||
'workaround_elusive_bzip2',
|
'workaround_elusive_bzip2',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
value: false,
|
value: true,
|
||||||
description: 'acquire bzip2 dependency with find_library'
|
description: 'acquire bzip2 dependency with find_library'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
|
Reference in New Issue
Block a user