mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
11 lines
260 B
TOML
11 lines
260 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"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DPHYSFS_BUILD_DOCS=OFF",
|
|
]
|