summaryrefslogtreecommitdiffhomepage
path: root/003.psxstub.build
diff options
context:
space:
mode:
Diffstat (limited to '003.psxstub.build')
-rw-r--r--003.psxstub.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/003.psxstub.build b/003.psxstub.build
new file mode 100644
index 00000000..37d4fcdd
--- /dev/null
+++ b/003.psxstub.build
@@ -0,0 +1,10 @@
+if is_build_script_done finished; then
+ exit 212;
+elif [ "${TARGET}" = "i686-nt32-midipix" ]\
+|| [ "${TARGET}" = "x86_64-nt64-midipix" ]; then
+ cd psxstub;
+ make ${MAKEFLAGS} DESTDIR="${PREFIX_TARGET}" TARGET="${TARGET}" install;
+ set_build_script_done finished;
+fi;
+
+# vim:filetype=sh