cinelerra: add a note about parallel building
This commit is contained in:
parent
7c737cb506
commit
4be7aae5b3
pkgs/applications/video/cinelerra
|
@ -50,6 +50,10 @@ stdenv.mkDerivation {
|
||||||
fontconfig intltool
|
fontconfig intltool
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Note: the build may fail with e.g.:
|
||||||
|
# CXX edl.o
|
||||||
|
# edl.C:50:25: fatal error: versioninfo.h: No such file or directory
|
||||||
|
# #include "versioninfo.h"
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue