fix swconfig build
missing ctype.h
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user