Changeset 4dbcdf3 in mainline
- Timestamp:
- 2023-08-04T09:26:10Z (19 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- 068dd86
- Parents:
- 3ddc586
- git-author:
- Vojtech Horky <vojtech.horky@…> (2023-08-04 09:22:05)
- git-committer:
- Vojtech Horky <vojtech.horky@…> (2023-08-04 09:26:10)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
meson.build
r3ddc586 r4dbcdf3 36 36 [ 'c', 'cpp' ], 37 37 default_options : ['buildtype=plain', 'c_std=gnu11', 'cpp_std=c++17', 'warning_level=2', 'werror=false', 'b_staticpic=false', 'prefix=/' ], 38 meson_version: '>=0.5 0.1',38 meson_version: '>=0.55.0', 39 39 ) 40 40 -
meson/part/extra_targets/meson.build
r3ddc586 r4dbcdf3 34 34 '--', 35 35 meson.build_root(), 36 config_py. path(),36 config_py.full_path(), 37 37 meson.source_root() / 'HelenOS.config', 38 38 meson.source_root() / 'defaults', … … 51 51 '--', 52 52 meson.build_root(), 53 config_py. path(),53 config_py.full_path(), 54 54 meson.source_root() / 'HelenOS.config', 55 55 meson.source_root() / 'defaults', … … 77 77 '--', 78 78 meson.source_root() / 'doxygen', 79 doxygen. path(),79 doxygen.full_path(), 80 80 _dox_cfg, 81 81 ])
Note:
See TracChangeset
for help on using the changeset viewer.