libloragw-sx1302: fix cross build

This commit is contained in:
FliegendeWurst 2025-01-24 08:25:56 +01:00
parent c6015ff9f4
commit caf5327498

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
]; ];
preBuild = '' preBuild = ''
make -C libtools make -C libtools CROSS_COMPILE=${stdenv.cc.targetPrefix}
''; '';
installPhase = '' installPhase = ''