Fix a compil issue on linux, round 2

This commit is contained in:
jean-pierre charras 2022-12-11 20:43:10 +01:00
parent 32995a31c6
commit bdf13ade7a
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ void NGSPICE::init_dll()
"/../../../../../Contents/PlugIns/sim" "/../../../../../Contents/PlugIns/sim"
}; };
#else // Unix systems #else // Unix systems
const std::vector<string> dllPaths = { "/usr/local/lib" }; const std::vector<std::string> dllPaths = { "/usr/local/lib" };
#endif #endif
#if defined(__WINDOWS__) || (__WXMAC__) #if defined(__WINDOWS__) || (__WXMAC__)