diff options
| author | 2026-09-14 18:52:17 -0400 | |
|---|---|---|
| committer | 2026-09-14 19:27:34 -0400 | |
| commit | 5d9fc8fdca655ee3a6749421d18feff17c5f45fe (patch) | |
| tree | 4fce0e4fce62b89bbc052ac9e28cde8606021ba2 /subprojects/packagefiles/libcdio-paranoia/meson.build | |
| parent | 8f208c26b6fa1a9f3372679c047cab559c06e26b (diff) | |
| download | camu-5d9fc8fdca655ee3a6749421d18feff17c5f45fe.tar.gz camu-5d9fc8fdca655ee3a6749421d18feff17c5f45fe.tar.bz2 camu-5d9fc8fdca655ee3a6749421d18feff17c5f45fe.zip | |
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles/libcdio-paranoia/meson.build')
| -rw-r--r-- | subprojects/packagefiles/libcdio-paranoia/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/packagefiles/libcdio-paranoia/meson.build b/subprojects/packagefiles/libcdio-paranoia/meson.build index c8ee719..f7d39c7 100644 --- a/subprojects/packagefiles/libcdio-paranoia/meson.build +++ b/subprojects/packagefiles/libcdio-paranoia/meson.build @@ -2,8 +2,7 @@ project('libcdio-paranoia', 'c', version: 'git-384f4da', meson_version: '>=0.57. ext_proj = import('unstable-external_project') -# @TODO: Couldn't this work for shaderc? -run_command('autoreconf', '-fi', check: true) +run_command('autoreconf', '-fi') proj = ext_proj.add_project('configure', configure_options: [ |