unity
This commit is contained in:
parent
de44a16949
commit
f7244c7e45
3 changed files with 41 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
makeFlags = [ "UNITY_OUTPUT_COLOR=1" ];
|
||||
# makeFlags = [ "UNITY_OUTPUT_COLOR=1" ];
|
||||
env.NIX_CFLAGS_COMPILE = "-DUNITY_OUTPUT_COLOR=1";
|
||||
doCheck = true;
|
||||
|
||||
postInstall = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue