Skip to content
Snippets Groups Projects
Commit 7674eee5 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[tools] Add TODO comment to prepare-build-dir

parent d827cce5
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,9 @@ fi
# Now filter the environment variables for the configuration
# arguments.
# TODO: Ideally this should be determined by parsing the meson project
# name. But this is not easily possibly right now. See
# https://github.com/mesonbuild/meson/issues/3535
readonly VARIABLE_PREFIX="EMPER_"
MESON_ARGS=()
for var in $(compgen -e); do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment