Skip to content
Snippets Groups Projects
Verified Commit d35a769d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add retroarch

parent fb1809c8
No related branches found
No related tags found
No related merge requests found
[source]
git = "https://github.com/jackpot51/retroarch.git"
[build]
template = "custom"
dependencies = [
"liborbital",
"sdl",
]
script = """
pushd "${COOKBOOK_SOURCE}"
./fetch-submodules.sh
popd
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
COOKBOOK_CONFIGURE_FLAGS=(
--host="${TARGET}"
--prefix="/"
--disable-networking # missing ifaddrs.h
--disable-thread_storage # crash in pthread_setspecific called by sthread_tls_set
)
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment