summarylogtreecommitdiffstats
path: root/citra.bash
diff options
context:
space:
mode:
authorTom Bebbington2017-11-04 02:24:34 +0000
committerTom Bebbington2017-11-04 02:29:03 +0000
commit8382dd546a519df336889309cc5a24b5bf3ae865 (patch)
tree1fa7dd4a6b279a8c8728880ccc13128d6f4c2d17 /citra.bash
parentb7c5644ab0f8e49f1349dec332ee7ab23ea4aafc (diff)
downloadaur-8382dd546a519df336889309cc5a24b5bf3ae865.tar.gz
Add wrappers to work around Citra not finding libcurl3
Diffstat (limited to 'citra.bash')
-rwxr-xr-xcitra.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/citra.bash b/citra.bash
new file mode 100755
index 000000000000..49780cfdf34e
--- /dev/null
+++ b/citra.bash
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+env LD_PRELOAD=/usr/lib/libcurl.so.3 /opt/citra/citra "$@" \ No newline at end of file