We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bcfc1 commit 3e5448fCopy full SHA for 3e5448f
interpreters/python/Makefile
@@ -189,7 +189,7 @@ romfs_cpython_modules.img : $(TARGETLIBPYTHON) checkgenromfs
189
@genromfs -f $@ -d $(TARGETMODULES) -V "ROMFS_Test" || { echo "genromfs failed" ; exit 1 ; }
190
191
romfs_cpython_modules.h : romfs_cpython_modules.img
192
- @xxd -i $< >$@ || { echo "xxd of $< failed" ; exit 1 ; }
+ @xxd -i $< | sed -e "s/^unsigned/static const unsigned/g" >$@ || { echo "xxd of $< failed" ; exit 1 ; }
193
194
context:: $(CPYTHON_UNPACKNAME)
195
0 commit comments