summaryrefslogtreecommitdiffhomepage
path: root/vars/psxstub_host.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/psxstub_host.vars')
-rw-r--r--vars/psxstub_host.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/psxstub_host.vars b/vars/psxstub_host.vars
index 07d69305..41d0d603 100644
--- a/vars/psxstub_host.vars
+++ b/vars/psxstub_host.vars
@@ -6,7 +6,7 @@ pkg_psxstub_install_make() {
if [ "${PKG_TARGET}" = "i686-nt32-midipix" ]\
|| [ "${PKG_TARGET}" = "x86_64-nt64-midipix" ]; then
if ! rtl_fileop cd "${PKG_BASE_DIR}/psxstub"\
- || ! make ${PKG_MAKEFLAGS_BUILD} "DESTDIR=${PKG_PREFIX}" "TARGET=${PKG_TARGET}" install; then
+ || ! make ${PKG_MAKEFLAGS_BUILD:-} "DESTDIR=${PKG_PREFIX}" "TARGET=${PKG_TARGET}" install; then
return 1;
elif [ -e "${PKG_PREFIX}/lib/libpsxscl.a" ]\
&& ! rtl_fileop rm "${PKG_PREFIX}/lib/libpsxscl.a"; then