mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
yabridge: fix meson options
Fixes the build with meson 0.60.
Options were renamed to lower case in 1381240e10
and build_tests and build_examples are now disabled when tomlplusplus is
used as a subproject.
This commit is contained in:
parent
d251bc57bc
commit
c5d52173c2
@ -105,11 +105,7 @@ in multiStdenv.mkDerivation rec {
|
|||||||
"-Dwith-bitbridge=true"
|
"-Dwith-bitbridge=true"
|
||||||
|
|
||||||
# Requires CMake and is unnecessary
|
# Requires CMake and is unnecessary
|
||||||
"-Dtomlplusplus:GENERATE_CMAKE_CONFIG=disabled"
|
"-Dtomlplusplus:generate_cmake_config=false"
|
||||||
|
|
||||||
# tomlplusplus examples and tests don't build with winegcc
|
|
||||||
"-Dtomlplusplus:BUILD_EXAMPLES=disabled"
|
|
||||||
"-Dtomlplusplus:BUILD_TESTS=disabled"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user