X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Ftools%2Fclam_tools%2Fwrite_build_config.cpp;fp=nucleus%2Ftools%2Fclam_tools%2Fwrite_build_config.cpp;h=4afed778ac91223bc51ba5b1d1047a20bda871d4;hb=9d1052f9cae51864e8fb39d3f34048952b169cf4;hp=9bdcd39b77202be165fd130de14b65d0c6e48cc3;hpb=e87d1ce95fb446c4ff733260d186ced5ce0e4964;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 9bdcd39b..4afed778 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("FEISTY_MEOW_DIR"); + astring repodir = environment::get("FEISTY_MEOW_APEX"); // the below code should never be needed for a properly configured build. #ifdef __WIN32__