Skip to content

Commit f7125ca

Browse files
author
david
committed
Quick and ugly hack to deal with utimes().
1 parent 27dd13e commit f7125ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.nested

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ build/SQLite.mips: $(nestedvm)/Makefile $(nestedvm)/env.sh dl/$(sqlite)-amal.zip
5050

5151
# we need a dummy main
5252
echo 'int main() { return 0; }' >> build/$(sqlite)-nestedvm/sqlite3.c
53+
perl -pi -e "s/utimes\(.*?\);//g" build/$(sqlite)-nestedvm/sqlite3.c
5354

5455
(. ./$(nestedvm)/env.sh; cd build/$(sqlite)-nestedvm; \
5556
$$CC -c $$CFLAGS -o sqlite3.o \

0 commit comments

Comments
 (0)