mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
mednafen: compile dynamically
This commit is contained in:
parent
363999822d
commit
981c7f49b3
@ -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",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user