moved the top-level and probably most important feisty meow variable from the seeming...
[feisty_meow.git] / nucleus / tools / clam_tools / write_build_config.cpp
index 9bdcd39b77202be165fd130de14b65d0c6e48cc3..4afed778ac91223bc51ba5b1d1047a20bda871d4 100644 (file)
@@ -226,7 +226,7 @@ int write_build_config::execute()
   SETUP_CONSOLE_LOGGER;  // override the file_logger from app_shell.
 
   // find our build ini file.
-  astring repodir = environment::get("FEISTY_MEOW_DIR");
+  astring repodir = environment::get("FEISTY_MEOW_APEX");
 
   // the below code should never be needed for a properly configured build.
 #ifdef __WIN32__