From 40de561b6726e1ced62540be8d9af8b599ee52f4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 10 Apr 2025 15:46:23 -0600 Subject: [PATCH] boxedwine: compile dynamically --- recipes/wip/emulators/windows/boxedwine/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/emulators/windows/boxedwine/recipe.toml b/recipes/wip/emulators/windows/boxedwine/recipe.toml index f6970436e..964019452 100644 --- a/recipes/wip/emulators/windows/boxedwine/recipe.toml +++ b/recipes/wip/emulators/windows/boxedwine/recipe.toml @@ -15,6 +15,7 @@ dependencies = [ "zlib", ] script = """ +DYNAMIC_INIT cd "${COOKBOOK_SOURCE}/project/linux" #TODO: USE MAKEFILE #TODO: USE X64 CPU CORE @@ -81,7 +82,6 @@ ${TARGET}-gcc -std=c++17 -O2 \ -DGLEW_OSMESA \ -DSDL2=1 \ -DSIMDE_SSE2_NO_NATIVE \ - -static \ -o "${COOKBOOK_BUILD}/boxedwine" mkdir -p "${COOKBOOK_STAGE}/bin" cp -v "${COOKBOOK_BUILD}/boxedwine" "${COOKBOOK_STAGE}/bin/boxedwine"