From 54d7a69f2dfc7cc328fad7fb17c522031dcb4a84 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sat, 3 Feb 2024 14:46:15 -0700 Subject: [PATCH] Statically compile boxedwine --- recipes/wip/boxedwine/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wip/boxedwine/recipe.toml b/recipes/wip/boxedwine/recipe.toml index feeb4ac23..57c61762d 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" """ -- GitLab