Commit 4086434b authored by Cianciosa, Mark's avatar Cianciosa, Mark
Browse files

Fix dlopen on linux.

parent b3a86b45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ namespace gpu {
            temp_stream.str(std::string());
            temp_stream.clear();

            temp_stream << filename << ".so";
            temp_stream << "./" << filename << ".so";
            library_name = temp_stream.str();

            temp_stream.str(std::string());