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"