• Davis King's avatar
    Made the dlib shared library build dependent on the static library build. This · b93b6f36
    Davis King authored
    is because some build systems seem to mess up the parallel build of these two
    things and sometimes rebuild and potentially clobber object files during the
    parallel build.  I haven't seen this result in a problem, but the race
    condition does seem to exist in some build systems.  So this should force the
    two top level targets to be build sequentially rather than in parallel, thus
    avoiding any possible race condition.
    b93b6f36
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
python_examples Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
setup.py Loading commit data...