[Scummvm-git-logs] scummvm branch-2-8 -> b2768587e6da9f459f13f8a79e22e8761b4eaad6
sev-
noreply at scummvm.org
Sat Jan 20 22:56:00 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b2768587e6 MIYOO: Add a build script for musl variant of miyoo CFW
Commit: b2768587e6da9f459f13f8a79e22e8761b4eaad6
https://github.com/scummvm/scummvm/commit/b2768587e6da9f459f13f8a79e22e8761b4eaad6
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2024-01-20T23:55:54+01:00
Commit Message:
MIYOO: Add a build script for musl variant of miyoo CFW
Changed paths:
A backends/platform/sdl/miyoo/build_miyoo_musl.sh
diff --git a/backends/platform/sdl/miyoo/build_miyoo_musl.sh b/backends/platform/sdl/miyoo/build_miyoo_musl.sh
new file mode 100755
index 00000000000..67579d9f04c
--- /dev/null
+++ b/backends/platform/sdl/miyoo/build_miyoo_musl.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+set -e
+
+TOOLCHAIN=/opt/miyoo-musl
+SYSROOT=$TOOLCHAIN/arm-miyoo-linux-musleabi
+
+export PATH=$TOOLCHAIN/usr/bin:$SYSROOT/usr/include:$TOOLCHAIN/bin:$PATH
+export CXX=arm-linux-g++
+
+./configure --host=miyoo --enable-release --disable-detection-full --enable-plugins --default-dynamic --enable-engine=testbed
+
+make -j5 all sd-root sd-zip
More information about the Scummvm-git-logs
mailing list