Statically compile boxedwine

This commit is contained in:
Jeremy Soller 2024-02-03 14:46:15 -07:00
parent 1d3ab5afcd
commit 54d7a69f2d

View File

@ -82,5 +82,6 @@ ${TARGET}-gcc -std=c++17 -O2 \
-DGLEW_OSMESA \
-DSDL2=1 \
-DSIMDE_SSE2_NO_NATIVE \
-static \
-o "${COOKBOOK_STAGE}/bin/boxedwine"
"""