From 7674eee51aa792ab6ded5b7514811e3528b6ba02 Mon Sep 17 00:00:00 2001
From: Florian Schmaus <flow@cs.fau.de>
Date: Tue, 10 Nov 2020 14:51:35 +0100
Subject: [PATCH] [tools] Add TODO comment to prepare-build-dir

---
 tools/prepare-build-dir | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/prepare-build-dir b/tools/prepare-build-dir
index dc280ad6..1dd77115 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
-- 
GitLab