blob: 2e59b749246c2d83006673f8bf6c93e2bdf6ce74 (
plain) (
tree)
|
|
#!/bin/bash
SRCTYPE=hg
SRCURL=https://hg.icculus.org/icculus/physfs/
DEFAULT_BRANCH="stable-2.0"
ENV_PATH="bin:lib:include"
ENV_LD_LIBRARY_PATH="lib"
ENV_PKG_CONFIG_PATH="lib/pkgconfig"
BUILD_TYPE="cmake"
|