mednafen: compile dynamically

This commit is contained in:
Jeremy Soller 2025-03-03 20:50:29 -07:00
parent 363999822d
commit 981c7f49b3
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -17,9 +17,17 @@ dependencies = [
"zlib",
]
script = """
DYNAMIC_INIT
export SDL_LIBS="-lSDL2 -lorbital $("${TARGET}-pkg-config" --libs osmesa) -lstdc++"
COOKBOOK_CONFIGURE_FLAGS+=(
--without-libflac
)
cookbook_configure
"""
[package]
shared-deps = [
"liborbital",
"libiconv",
"libgcc",
]