Przeglądaj źródła

Use compile and link command (instead of compile only) when file to compile specified on command line.

[SVN r8492]
Beman Dawes 25 lat temu
rodzic
commit
f2ab460e49
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      libs/regression.cpp

+ 1 - 1
libs/regression.cpp

@@ -245,7 +245,7 @@ int main(int argc, char * argv[])
   std::string boostpath = args[2];
 
   if(args.size() >= 5) {
-    std::string cmd = l.front().compile_only_command;
+    std::string cmd = l.front().compile_link_command;
     replace(cmd, "%include", boostpath);
     compile(cmd, boostpath, args[4]);
     return 0;

粤ICP备19079148号