Browse Source

fix meson version

external_project
Alexandros Theodotou 2 years ago
parent
commit
208a7bace5
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      meson.build

2
meson.build

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
project('libbacktrace', 'c', version: '1.0.0',
meson_version : '>=0.57.0',
meson_version : '>=0.56.0',
)
mod = import('unstable_external_project')

Loading…
Cancel
Save