[udis86] Switch to cmake
Some checks failed
Build udis86 / Build and push image (push) Failing after 1m54s

This commit is contained in:
2026-06-19 12:04:35 -04:00
parent 7c32c3a13c
commit af7fc4d719

View File

@@ -11,7 +11,7 @@ License: BSD-3-Clause
URL: https://github.com/canihavesomecoffee/udis86 URL: https://github.com/canihavesomecoffee/udis86
Source: https://github.com/canihavesomecoffee/udis86/archive/%{udis86_commit}/udis86-%{udis86_shortcommit}.tar.gz Source: https://github.com/canihavesomecoffee/udis86/archive/%{udis86_commit}/udis86-%{udis86_shortcommit}.tar.gz
BuildRequires: meson BuildRequires: cmake
%description %description
%{summary}. %{summary}.
@@ -28,12 +28,11 @@ Summary: Disassembler Library for x86 and x86-64
%build %build
%meson %cmake_build
%meson_build
%install %install
%meson_install %cmake_install
%files devel %files devel