Skip to content

Commit 956a0ba

Browse files
authoredJun 11, 2018
Android: fix assets cleanup
1 parent 409d043 commit 956a0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build/android/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ assets : $(ASSETS_TIMESTAMP)
771771
fi
772772

773773
clean_assets :
774-
@$(RM) -r assets
774+
@$(RM) -r ${APP_ROOT}/assets
775775

776776
apk: local.properties assets $(ICONV_LIB) $(IRRLICHT_LIB) $(CURL_LIB) $(GMP_LIB) $(LEVELDB_TARGET) \
777777
$(OPENAL_LIB) $(OGG_LIB) prep_srcdir $(ANDR_ROOT)/jni/src/android_version.h \

0 commit comments

Comments
 (0)
Please sign in to comment.