diff --git a/recipes/wip/boxedwine/recipe.toml b/recipes/wip/boxedwine/recipe.toml
index feeb4ac23818fe44ee6441ebec1f3b02dbaaa7be..57c61762d95961a0be30a0f366542b1f0e2052a8 100644
--- a/recipes/wip/boxedwine/recipe.toml
+++ b/recipes/wip/boxedwine/recipe.toml
@@ -82,5 +82,6 @@ ${TARGET}-gcc -std=c++17 -O2 \
   -DGLEW_OSMESA \
   -DSDL2=1 \
   -DSIMDE_SSE2_NO_NATIVE \
+  -static \
   -o "${COOKBOOK_STAGE}/bin/boxedwine"
 """