mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
11 lines
433 B
Diff
11 lines
433 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 2e48fd8..5c1f87f 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1,5 +1,5 @@
|
|
project('libslirp', 'c',
|
|
- version : run_command('build-aux/git-version-gen', '@0@/.tarball-version'.format(meson.source_root()), check : true).stdout().strip(),
|
|
+ version : '%SLIRP_VERSION%',
|
|
license : 'BSD-3-Clause',
|
|
default_options : ['warning_level=1', 'c_std=gnu99'],
|
|
meson_version : '>= 0.49',
|