diff --git a/Source/build.cpp b/Source/build.cpp index c9241919..ce09d18f 100644 --- a/Source/build.cpp +++ b/Source/build.cpp @@ -127,6 +127,9 @@ CEXEBuild::CEXEBuild() : #ifdef NSIS_CONFIG_LOG definedlist.add("NSIS_CONFIG_LOG"); #endif +#ifdef NSIS_CONFIG_LOG_ODS + definedlist.add("NSIS_CONFIG_LOG_ODS"); +#endif #ifdef NSIS_CONFIG_PLUGIN_SUPPORT definedlist.add("NSIS_CONFIG_PLUGIN_SUPPORT"); #endif