mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
use build script from source directory, not a system-wide one found in /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@4 f6dd340e-d3f9-0310-b409-bdd246841980
This commit is contained in:
parent
6881bc3814
commit
bfd56e51a1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ void programs()
|
|||
if (!exists("tmp/bin/htmlindex"))
|
||||
{
|
||||
chdir("src/htmlindex");
|
||||
run("build");
|
||||
run("./build");
|
||||
chdir("../../");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue