Skip to content

Commit

Permalink
android: Allow dirty rebuilds. TODO: --reconfigure on *.meson change
Browse files Browse the repository at this point in the history
Rather: Make separate targets for meson gen and build
  • Loading branch information
MarijnS95 committed Oct 25, 2022
1 parent 7f42ca6 commit 1639569
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/mesa3d_cross.mk
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ $(MESON_GEN_FILES_TARGET): $(sort $(shell find $(MESA3D_TOP) -not \( -path '*/.*
$(MESON_OUT_DIR)/.build.timestamp: MESON_GEN_NINJA:=$(MESON_GEN_NINJA)
$(MESON_OUT_DIR)/.build.timestamp: MESON_BUILD:=$(MESON_BUILD)
$(MESON_OUT_DIR)/.build.timestamp: $(MESON_GEN_FILES_TARGET) $(link_deps)
rm -rf $(dir $@)
mkdir -p $(dir $@)
mkdir -p $(dir $@)/build
ifneq ($(MESON_GEN_LLVM_STUB),)
mkdir -p $(dir $@)/subprojects/llvm/
Expand Down

0 comments on commit 1639569

Please sign in to comment.