mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-21 20:15:44 +08:00
🐛 forgot this
This commit is contained in:
@@ -28,7 +28,7 @@ std::string search_dynamic_library_path(const std::string& dlname) {
|
||||
const auto sep = (util::is_windows()? ";":":");
|
||||
|
||||
// do split string
|
||||
std::vector<std::string> env_path_vec = {};
|
||||
std::vector<std::string> env_path_vec = {"."};
|
||||
usize last = 0;
|
||||
usize pos = env_path.find(sep, 0);
|
||||
while(pos!=std::string::npos) {
|
||||
|
||||
Reference in New Issue
Block a user