mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +01:00
Fix downstream MinGW build by not looking for Boost Regex
This commit is contained in:
parent
b806440808
commit
6bdb5e8e09
3 changed files with 15 additions and 3 deletions
|
|
@ -40,7 +40,10 @@ endforeach
|
|||
|
||||
boost = dependency(
|
||||
'boost',
|
||||
modules : [ 'container', 'context' ],
|
||||
modules : [
|
||||
'container',
|
||||
'context',
|
||||
],
|
||||
include_type : 'system',
|
||||
)
|
||||
# boost is a public dependency, but not a pkg-config dependency unfortunately, so we
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue