mirror of
https://github.com/NixOS/nix
synced 2025-07-04 15:31:47 +02:00
Hack together a fix for the public headers
Please fix this.
This commit is contained in:
parent
5c90b41715
commit
bd2d5b7335
8 changed files with 33 additions and 1 deletions
|
@ -40,6 +40,9 @@ deps_private += gtest
|
|||
configdata = configuration_data()
|
||||
configdata.set_quoted('PACKAGE_VERSION', meson.project_version())
|
||||
|
||||
aws_s3 = dependency('aws-cpp-sdk-s3', required : false)
|
||||
configdata.set('ENABLE_S3', aws_s3.found().to_int())
|
||||
|
||||
config_priv_h = configure_file(
|
||||
configuration : configdata,
|
||||
output : 'store-tests-config.hh',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue