diff options
Diffstat (limited to 'packages/physfs.sh')
-rwxr-xr-x | packages/physfs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/physfs.sh b/packages/physfs.sh index dacdbd6..34bda75 100755 --- a/packages/physfs.sh +++ b/packages/physfs.sh @@ -2,13 +2,14 @@ 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" function package_build { - run_switch_branch stable-2.0 + run_switch_branch run_cmake run_make |