We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dd13e commit f7125caCopy full SHA for f7125ca
Makefile.nested
@@ -50,6 +50,7 @@ build/SQLite.mips: $(nestedvm)/Makefile $(nestedvm)/env.sh dl/$(sqlite)-amal.zip
50
51
# we need a dummy main
52
echo 'int main() { return 0; }' >> build/$(sqlite)-nestedvm/sqlite3.c
53
+ perl -pi -e "s/utimes\(.*?\);//g" build/$(sqlite)-nestedvm/sqlite3.c
54
55
(. ./$(nestedvm)/env.sh; cd build/$(sqlite)-nestedvm; \
56
$$CC -c $$CFLAGS -o sqlite3.o \
0 commit comments