diff --git a/aedi/target/library_tier1.py b/aedi/target/library_tier1.py index da6f689a..8d89af72 100644 --- a/aedi/target/library_tier1.py +++ b/aedi/target/library_tier1.py @@ -82,10 +82,10 @@ class FlacTarget(CMakeStaticDependencyTarget): def configure(self, state: BuildState): opts = state.options - opts['CMAKE_EXE_LINKER_FLAGS'] = f'-framework CoreFoundation -L{state.lib_path}' opts['BUILD_CXXLIBS'] = 'NO' opts['BUILD_EXAMPLES'] = 'NO' - opts['OGG_PACKAGE'] = 'ogg' + opts['BUILD_PROGRAMS'] = 'NO' + opts['BUILD_TESTING'] = 'NO' super().configure(state) @@ -93,7 +93,6 @@ class FlacTarget(CMakeStaticDependencyTarget): super().post_build(state) shutil.copytree(state.install_path / 'share/FLAC/cmake', state.install_path / 'lib/cmake/FLAC') - self.keep_module_target(state, 'FLAC::FLAC') class FluidSynthTarget(CMakeStaticDependencyTarget): diff --git a/deps/.gitignore b/deps/.gitignore index 39901d1a..a4e5773b 100644 --- a/deps/.gitignore +++ b/deps/.gitignore @@ -4,7 +4,6 @@ # Libraries, tier 1 /bzip2/bin/ /bzip2/man/ -/flac/bin/ /flac/include/FLAC++/ /fluidsynth/bin/ /glib/bin/gdbus*