Commit c9c9128a authored by jan.koester's avatar jan.koester
Browse files

ups

parent b1abcdb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#ifdef Windows
#define CONFIGPATH "%PROGRAMFILES%\\..\lib\confplus\\backend"
#define CONFIGPATH "%PROGRAMFILES%\libconfplus\lib\confplus\backend"
#else
#define CONFIGPATH "${CMAKE_INSTALL_PREFIX}/lib/confplus/backend"
#endif
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ confplus::Config::Config(const char* path) {

    std::copy(path, path + (i - 1), std::inserter<std::string>(mpath, mpath.end()));

    mpath += ".so";
    mpath += ".dll";

    ++i;