summaryrefslogtreecommitdiff
path: root/dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch')
-rw-r--r--dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch b/dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch
index 2aed8082de05..eda9b0307c52 100644
--- a/dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch
+++ b/dev-util/Tensile/files/Tensile-5.4.2-gentoopath.patch
@@ -35,7 +35,7 @@ Index: Tensile-rocm-5.4.2/Tensile/ClientWriter.py
callCreateLibraryCmd = ["python"] if os.name == "nt" else []
- callCreateLibraryCmd += [os.path.join(globalParameters["ScriptPath"] , "bin", "TensileCreateLibrary")]
-+ callCreateLibraryCmd += "TensileCreateLibrary"
++ callCreateLibraryCmd += ["TensileCreateLibrary"]
if globalParameters["MergeFiles"]:
callCreateLibraryCmd += ["--merge-files"]