2
0

fix swconfig build

missing ctype.h
This commit is contained in:
2025-11-04 18:53:38 +00:00
parent 6e3bfa9029
commit 46dcf71e16

View File

@@ -27,6 +27,7 @@ stdenv.mkDerivation {
patchPhase = ''
mkdir -p from_kernel/linux
cp ${switchDotH} from_kernel/linux/switch.h
sed -i '1i #include <ctype.h>' swlib.c
'';
buildPhase = ''