未验证 提交 f4251bf8 编写于 作者: M Michael Brockus 提交者: GitHub

Remove Unity version number.

Removed Unity version number from Meson build scripts so there is one less thing to change when doing updates to this script.
上级 31ab99b8
......@@ -12,7 +12,6 @@
project('unity', 'c',
version : '2.4.3',
license : 'MIT',
meson_version : '>=0.50.0',
default_options: [
......@@ -67,7 +66,4 @@ endif
subdir('src')
unity_dep = declare_dependency(
version: meson.project_version(),
link_with: unity_lib,
include_directories: unity_dir)
unity_dep = declare_dependency(link_with: unity_lib, include_directories: unity_dir)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册