#!/bin/sh

source ../../Config.sh

# do not build for final
[ "$PP_BUILD_TYPE" = "final" ] && exit 0

pp_do "$@"
