Add libretro-config.sh for setting certain configuration variables

This commit is contained in:
twinaphex 2013-05-01 04:11:22 +02:00
parent c960a42c72
commit 2f2dbbc544
2 changed files with 6 additions and 0 deletions

4
libretro-config.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
#if uncommented, will fetch repos with read+write access. Useful for committers
#export WRITERIGHTS

View file

@ -1,5 +1,7 @@
#!/bin/sh
. libretro-config.sh
# Keep three copies so we don't have to rebuild stuff all the time.
fetch_project_bsnes()
{