summarylogtreecommitdiffstats
path: root/cpp3ds.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cpp3ds.sh')
-rwxr-xr-xcpp3ds.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp3ds.sh b/cpp3ds.sh
new file mode 100755
index 000000000000..1f8bc4a6987e
--- /dev/null
+++ b/cpp3ds.sh
@@ -0,0 +1,6 @@
+# allow override
+if [ -z $CPP3DS ]; then
+ export CPP3DS=/opt/cpp3ds
+fi
+
+export PATH=$PATH:$CPP3DS/bin