File: private-library-location.patch

package info (click to toggle)
oclgrind 21.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,216 kB
  • sloc: cpp: 21,369; ansic: 6,395; lisp: 1,122; python: 124; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Update to reflect private lib location
Author: James Price <j.price@bristol.ac.uk>
Last-Update: 2015-08-07
--- a/src/runtime/oclgrind.cpp
+++ b/src/runtime/oclgrind.cpp
@@ -442,7 +442,7 @@
   {
     // Remove containing directory and append library directory
     stripLastComponent(libdir);
-    libdir += "/lib" LIBDIR_SUFFIX;
+    libdir += "/lib" LIBDIR_SUFFIX "/oclgrind";
   }
 
   return libdir;