Fix broken wide string for Mac

This commit is contained in:
Seth Hillbrand 2022-02-10 09:48:27 -08:00
parent ab878cc257
commit bfd5afd6c8
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ void NGSPICE::init_dll()
// when running eeschema.app
wxFileName( stdPaths.GetExecutablePath() ).GetPath().ToStdString() +
wxT( "/../../../../../Contents/PlugIns/sim" )
"/../../../../../Contents/PlugIns/sim"
};
#else // Unix systems
const vector<string> dllPaths = { "/usr/local/lib" };