mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
11 lines
113 B
Bash
Executable File
11 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PACKAGE_NAME=retroarch
|
|
PACKAGE_VERSION=0.9.7-rc2
|
|
|
|
. qb/qb.params.sh
|
|
|
|
. qb/qb.comp.sh
|
|
|
|
. qb/qb.libs.sh
|