diff --git a/lfs/fuse b/lfs/fuse
index ae225e83c..c275904b6 100644
--- a/lfs/fuse
+++ b/lfs/fuse
@@ -73,7 +73,10 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && meson --prefix=/usr -Dexamples=false builddir
+	cd $(DIR_APP) && meson setup \
+				--prefix=/usr \
+				-D examples=false \
+				builddir/
 	cd $(DIR_APP)/builddir && ninja $(MAKETUNING)
 	cd $(DIR_APP)/builddir && ninja install
 
