mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-13 14:21:08 +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
|