Skip to content

Commit ee4f71e

Browse files
author
foo
committed
Pixi setup
1 parent 22091ac commit ee4f71e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lite-deploy/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ $(EM_FORGE_RECIPES_DIR):
1010
git clone https://github.com/emscripten-forge/recipes --depth 1 $@
1111
rm -rf $@/.git
1212

13-
modify-recipe: $(EM_FORGE_RECIPES_DIR)
13+
.pixi: $(EM_FORGE_RECIPES_DIR)
14+
cd $(EM_FORGE_RECIPES_DIR) && pixi run setup
15+
16+
modify-recipe: .pixi
1417
python modify-recipe.py $(EM_FORGE_RECIPES_DIR)/$(GIT2CPP_RECIPE_DIR)
1518

1619
build-recipe: modify-recipe

0 commit comments

Comments
 (0)