mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Use full path when loading SourceLevelDebugger library
Change-Id: I27f7ee2b8944b9890ab4b141c06e9c2f0a8dffb1 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
17b2a29945
commit
4df533f63a
@@ -23,6 +23,11 @@ OsLibrary *OsLibrary::load(const std::string &name) {
|
||||
}
|
||||
return ptr;
|
||||
}
|
||||
|
||||
const std::string OsLibrary::createFullSystemPath(const std::string &name) {
|
||||
return name;
|
||||
}
|
||||
|
||||
namespace Linux {
|
||||
|
||||
OsLibrary::OsLibrary(const std::string &name) {
|
||||
|
||||
Reference in New Issue
Block a user