summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index e42c0d5ca9..7f7d9f582b 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -439,7 +439,7 @@ ARDOUR::init (bool use_windows_vst, bool try_optimization, const char* localedir
}
#ifndef NDEBUG
- if (getenv("LUA_METATABLES")) {
+ if (getenv("ARDOUR_LUA_METATABLES")) {
luabridge::Security::setHideMetatables (false);
}
#endif