ソースを参照

tests/loader.c: replace @top_srcdir@ in STARPU_CHECK_LAUNCHER

Nathalie Furmento 9 年 前
コミット
5004206e71
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      tests/loader.c

+ 1 - 0
tests/loader.c

@@ -297,6 +297,7 @@ int main(int argc, char *argv[])
 				strcpy(libtool, top_builddir);
 				strcat(libtool, "/libtool");
 
+				decode(&launcher, "@top_srcdir@", top_srcdir);
 				decode(&launcher_args, "@top_srcdir@", top_srcdir);
 
 				launcher_argv[0] = libtool;