redox/recipes/wip/emulators/picodrive/recipe.toml
2024-02-17 23:36:16 +00:00

14 lines
253 B
TOML

#TODO configuration problem
#TODO discover the dependencies
[source]
git = "https://github.com/notaz/picodrive"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--platform=generic
--sound-drivers=sdl
)
cookbook_configure
"""