diff options
Diffstat (limited to 'packages/physfs.sh')
-rwxr-xr-x | packages/physfs.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/physfs.sh b/packages/physfs.sh index 213e9cb..2e59b74 100755 --- a/packages/physfs.sh +++ b/packages/physfs.sh @@ -9,11 +9,3 @@ ENV_LD_LIBRARY_PATH="lib" ENV_PKG_CONFIG_PATH="lib/pkgconfig" BUILD_TYPE="cmake" - -function package_build { - run_switch_branch - run_cmake - - run_make - run_make_install -} |