tinycc: fix paxmark call
I missed this due to testing on a checkout that didn't contain the paxmark fix ...
This commit is contained in:
parent
e2e2840aa7
commit
7bd515979c
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
paxmark m $out/bin/tcc
|
paxmark m $bin/bin/tcc
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user