mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 04:28:42 +08:00
13 lines
312 B
TOML
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",
|
|
]
|