lol

tinycc: fix paxmark call

I missed this due to testing on a checkout that didn't contain
the paxmark fix ...

+1 -1
+1 -1
pkgs/development/compilers/tinycc/default.nix
··· 40 40 checkTarget = "test"; 41 41 42 42 postFixup = '' 43 - paxmark m $out/bin/tcc 43 + paxmark m $bin/bin/tcc 44 44 ''; 45 45 46 46 meta = {