Skip to content

Commit

Permalink
🐛 forgot this
Browse files Browse the repository at this point in the history
  • Loading branch information
ValKmjolnir committed Jun 19, 2024
1 parent bbd4d19 commit 858ffdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/natives/dylib_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 858ffdc

Please sign in to comment.