commit | 2491e06d4a832d34dfd439ff11d6edd5ca4fb443 | [log] [tgz] |
---|---|---|
author | Thang Q. Nguyen <thang@os.amperecomputing.com> | Wed Aug 16 13:13:02 2023 +0700 |
committer | Thang Q. Nguyen <thang@os.amperecomputing.com> | Fri Dec 22 15:08:21 2023 +0000 |
tree | 78f7ce94b0e41258e2b94aa7d7be08447b100b10 | |
parent | 7353a2b147ce18e5768f943abd33fedecb5e8c39 [diff] |
meson_options.txt: Support for reading options from meson.options Support has been added for reading options from meson.options instead of meson_options.txt[1]. These are equivalent, but not using the .txt extension for a build file has a few advantages, chief among them many tools and text editors expect a file with the .txt extension to be plain text files, not build scripts. [1] https://mesonbuild.com/Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions Change-Id: I9ffc49cb6ba05551b593c2a312ca267f52c9b9c9 Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>