Skip to content

Commit

Permalink
Fix prebuilt clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Mar 5, 2019
1 parent 7d745f0 commit 60f8de1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ native_avos: native_build_native/avos

clean_prebuilt:
rm -rf native/torrentd/libs
rm -rf $(FFMPEG_DIR)/dist-*/lib
rm -rf $(FFMPEG_DIR)/dist/include/*
rm -rf $(FFMPEG_DIR)/dist-*
rm -rf $(DAV1D_DIR)/build-*

$(FFMPEG_DIR)/dist-full-arm64-v8a/lib/libavcodec.so:
Expand Down

0 comments on commit 60f8de1

Please sign in to comment.