Fix a compil issue on linux, round 2
This commit is contained in:
parent
32995a31c6
commit
bdf13ade7a
|
@ -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__)
|
||||||
|
|
Loading…
Reference in New Issue