diff --git a/tools/prepare-build-dir b/tools/prepare-build-dir index dc280ad682cbfcd0a1aa54a5237dd65ef206df32..1dd77115c629ada7254ddddd52583d63311abbf7 100755 --- a/tools/prepare-build-dir +++ b/tools/prepare-build-dir @@ -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