X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=nucleus%2Ftools%2Fclam_tools%2Fwrite_build_config.cpp;h=6f46328469f94b1d4a69823d9c7ef78c56801f1e;hb=b322b6af756d6b19f46439c61b251dc2fad445ba;hp=42914ebe6848fb84c24a9b599da778211852dc9c;hpb=b70fe636fde2c1eb990ac07cf5e1e1a2189cfffb;p=feisty_meow.git diff --git a/nucleus/tools/clam_tools/write_build_config.cpp b/nucleus/tools/clam_tools/write_build_config.cpp index 42914ebe..6f463284 100644 --- a/nucleus/tools/clam_tools/write_build_config.cpp +++ b/nucleus/tools/clam_tools/write_build_config.cpp @@ -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("REPOSITORY_DIR"); + astring repodir = environment::get("FEISTY_MEOW_DIR"); // the below code should never be needed for a properly configured build. #ifdef __WIN32__