redox/recipes/wip/libs/fs/physicsfs/recipe.toml
2026-03-14 18:56:21 -03:00

13 lines
312 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/icculus/physfs/blob/main/docs/INSTALL.txt
[source]
git = "https://github.com/icculus/physfs"
branch = "stable-3.2"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DPHYSFS_BUILD_TEST=OFF",
"-DPHYSFS_BUILD_DOCS=OFF",
]