AppleWin/source/linux/build.sh
Andrea Odetti 682916415c Add libretro.h to the git repo.
To ease libretro compilation.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-11-21 20:23:16 +00:00

9 lines
104 B
Bash
Executable file

#!/bin/bash
set -euxo pipefail
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE ..
make -j 2