We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22091ac commit ee4f71eCopy full SHA for ee4f71e
lite-deploy/Makefile
@@ -10,7 +10,10 @@ $(EM_FORGE_RECIPES_DIR):
10
git clone https://github.com/emscripten-forge/recipes --depth 1 $@
11
rm -rf $@/.git
12
13
-modify-recipe: $(EM_FORGE_RECIPES_DIR)
+.pixi: $(EM_FORGE_RECIPES_DIR)
14
+ cd $(EM_FORGE_RECIPES_DIR) && pixi run setup
15
+
16
+modify-recipe: .pixi
17
python modify-recipe.py $(EM_FORGE_RECIPES_DIR)/$(GIT2CPP_RECIPE_DIR)
18
19
build-recipe: modify-recipe
0 commit comments