mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +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
|